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