From aeef0f6e495a9c4fa67725584b29a9086549c2c6 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sun, 4 Aug 2024 21:24:34 +0200 Subject: [PATCH] Add Auth to SW Repo --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 377997dc..97d6657c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")