Fix maven repo location

This commit is contained in:
Lixfel
2025-01-20 11:30:05 +01:00
parent 898f3c785b
commit 3be748b92e
+1 -1
View File
@@ -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 {