Fix maven url

This commit is contained in:
2025-04-04 13:57:09 +02:00
parent 446cd5deae
commit fd220d7fd4
+1 -1
View File
@@ -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())