Add Auth to SW Repo

This commit is contained in:
2024-08-04 21:24:34 +02:00
parent c5fc15dbf8
commit aeef0f6e49
+1 -1
View File
@@ -55,7 +55,7 @@ allprojects {
url = URI("https://steamwar.de/maven/")
credentials {
val swProps = Properties()
swProps.load(file("steamwar.properties").inputStream())
swProps.load(rootProject.file("steamwar.properties").inputStream())
username = swProps.getProperty("maven.username")
password = swProps.getProperty("maven.password")