Skip to content

Commit

Permalink
Update gitea.io to gitea.com (#77)
Browse files Browse the repository at this point in the history
And update java version in docs :D

Signed-off-by: justusbunsi <61625851+justusbunsi@users.noreply.github.com>
  • Loading branch information
justusbunsi authored Jun 19, 2024
1 parent b61d6d2 commit 1a0eedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Changelog](https://img.shields.io/github/v/release/jenkinsci/gitea-plugin.svg?label=changelog)](https://github.com/jenkinsci/gitea-plugin/releases/latest)
[![Installs](https://img.shields.io/jenkins/plugin/i/gitea.svg?color=blue)](https://plugins.jenkins.io/gitea)

This plugin provides the Jenkins integrations for [Gitea](https://gitea.io).
This plugin provides the Jenkins integrations for [Gitea](https://gitea.com).

For details on the plugin see [plugins.jenkins.io/gitea](https://plugins.jenkins.io/gitea).

Expand All @@ -13,7 +13,7 @@ For open issues on the plugin see [the Jenkins JIRA under component `gitea-plugi
Build using something like:

```bash
export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/"
export JAVA_HOME="/usr/lib/jvm/java-17-openjdk-amd64/"
export MAVEN_HOME="/opt/apache-maven-3.8.4/"
"${MAVEN_HOME}/bin/mvn" package
```

0 comments on commit 1a0eedc

Please sign in to comment.