Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJayJay committed Jul 31, 2020
1 parent c3a6c71 commit 096405c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ Then add `example-plugin-1.0-TEST.jar` (found in `build/libs`) to your plugins f
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>com.github.johnnyjayjay</groupId>
<artifactId>spigot-maps</artifactId>
<version>2.0</version>
<version>2.1</version>
</dependency>
</dependencies>
```
Expand All @@ -49,13 +49,11 @@ Then add `example-plugin-1.0-TEST.jar` (found in `build/libs`) to your plugins f

```groovy
repositories {
maven {
url "https://jitpack.io"
}
jcenter()
}
dependencies {
implementation "com.github.johnnyjayjay:spigot-maps:2.0"
implementation("com.github.johnnyjayjay:spigot-maps:2.1")
}
```

Expand Down

0 comments on commit 096405c

Please sign in to comment.