mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-25 02:28:03 +01:00
Use my maven repo, builds exponentially faster now
This commit is contained in:
parent
abfb1ce9ac
commit
f89b71c5b4
@ -33,8 +33,8 @@
|
||||
<url>https://hub.spigotmc.org/nexus/content/groups/public/</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>shadowvolt-repo</id>
|
||||
<url>http://ci.shadowvolt.com/plugin/repository/everything/</url>
|
||||
<id>dmulloy2-repo</id>
|
||||
<url>http://repo.dmulloy2.net/content/groups/public/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
@ -46,8 +46,8 @@ You can also add ProtocolLib as a Maven dependency:
|
||||
````xml
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>shadowvolt-repo</id>
|
||||
<url>http://ci.shadowvolt.com/plugin/repository/everything/</url>
|
||||
<id>dmulloy2-repo</id>
|
||||
<url>http://repo.dmulloy2.net/content/groups/public/</url>
|
||||
</repository>
|
||||
...
|
||||
</repository>
|
||||
|
Loading…
Reference in New Issue
Block a user