Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenni0451 authored Jan 22, 2023
1 parent b26cee0 commit 9eaa0d0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ If you want to download the latest (maybe unstable build) refer to my [Jenkins s


To Add this as a dependency add this to your project:
#
## Gradle
### Gradle
````` groovy
repositories {
maven { url "https://maven.lenni0451.net/releases" }
Expand All @@ -27,9 +26,8 @@ dependencies {
implementation("net.lenni0451:SpigotPluginManager:2.7.2") // Update version
}
`````
#
## Maven

### Maven
`````xml

<repository>
Expand All @@ -45,7 +43,7 @@ dependencies {
</dependency>

`````
#

## Building
First of all make sure you set ``updatable`` to ``false`` in the ``gradle.properties`` file if it is not already. This will prevent SpigotPluginManager from updating itself on startup.\
To build SpigotPluginManager yourself you just need to run ``gradlew build`` in the project root.\
Expand Down

0 comments on commit 9eaa0d0

Please sign in to comment.