Credential fix for making code public
This commit is contained in:
@@ -3,3 +3,6 @@
|
|||||||
build
|
build
|
||||||
gradle
|
gradle
|
||||||
run
|
run
|
||||||
|
|
||||||
|
# VERY IMPORTANT
|
||||||
|
gradle.properties
|
||||||
+3
-2
@@ -46,8 +46,9 @@ publishing {
|
|||||||
url = uri("https://maven.winniepat.de/repository/maven-releases/")
|
url = uri("https://maven.winniepat.de/repository/maven-releases/")
|
||||||
|
|
||||||
credentials {
|
credentials {
|
||||||
username = "admin"
|
username = project.property("publish.username")
|
||||||
password = "oXIAxHoSvdm7EJhvV0BQB9Zjd0OOaunf4VUVj7zq"
|
password = project.property("publish.password")
|
||||||
|
// the credentials from before are not valid anymore (I am not that dumb)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user