forked from SteamWar/SteamWar
Fix maven url
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ dependencyResolutionManagement {
|
||||
if (isInCi) {
|
||||
url = URI("file:///var/www/maven/")
|
||||
} else {
|
||||
url = URI("https://steamwar.de/maven/")
|
||||
url = URI("https://maven.steamwar.de/")
|
||||
credentials {
|
||||
val swProps = Properties()
|
||||
swProps.load(rootDir.resolve("steamwar.properties").inputStream())
|
||||
|
||||
Reference in New Issue
Block a user