Merge pull request #152 from MatrixTunnel/master

Fix maven/gradle repo url
This commit is contained in:
Dan Mulloy 2018-06-04 12:58:52 -04:00 committed by GitHub
commit e52c69ca22
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 {