This commit is contained in:
Dan Mulloy 2018-06-04 12:59:28 -04:00
commit 39e0c974ee
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 {