forked from SteamWar/SteamWar
Fix maven repo location
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ dependencyResolutionManagement {
|
||||
|
||||
maven {
|
||||
if (isInCi) {
|
||||
url = URI("file:///var/www/html/maven/")
|
||||
url = URI("file:///var/www/maven/")
|
||||
} else {
|
||||
url = URI("https://steamwar.de/maven/")
|
||||
credentials {
|
||||
|
||||
Reference in New Issue
Block a user