forked from SteamWar/SteamWar
Add Auth to SW Repo
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user