Fix maven/gradle repo url

This commit is contained in:
MatrixTunnel 2018-06-02 21:26:31 -07:00 committed by GitHub
parent 7e8356f0bb
commit d7d53bd905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ You can also add ProtocolLib as a Maven dependency:
<repositories>
<repository>
<id>dmulloy2-repo</id>
<url>http://repo.dmulloy2.net/content/groups/public/</url>
<url>http://repo.dmulloy2.net/nexus/repository/public/</url>
</repository>
...
</repositories>
@ -62,7 +62,7 @@ Or use the maven dependency with gradle:
```gradle
repositories {
maven { url "http://repo.dmulloy2.net/content/groups/public/" }
maven { url "http://repo.dmulloy2.net/nexus/repository/public/" }
}
dependencies {