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