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/")
|
url = URI("https://steamwar.de/maven/")
|
||||||
credentials {
|
credentials {
|
||||||
val swProps = Properties()
|
val swProps = Properties()
|
||||||
swProps.load(file("steamwar.properties").inputStream())
|
swProps.load(rootProject.file("steamwar.properties").inputStream())
|
||||||
|
|
||||||
username = swProps.getProperty("maven.username")
|
username = swProps.getProperty("maven.username")
|
||||||
password = swProps.getProperty("maven.password")
|
password = swProps.getProperty("maven.password")
|
||||||
|
|||||||
Reference in New Issue
Block a user