mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-08 00:38:38 +00:00
[BUGFIX] Set repository to Maven repository instead of local
This commit is contained in:
@@ -28,8 +28,9 @@
|
|||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>my-local-repo</id>
|
<id>git-parabot</id>
|
||||||
<url>file://${basedir}/libs</url>
|
<name>Parabot's Git based repo</name>
|
||||||
|
<url>https://github.com/parabot/Maven-Repository/raw/master/</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user