Credential fix for making code public
This commit is contained in:
+4
-1
@@ -2,4 +2,7 @@
|
||||
.idea
|
||||
build
|
||||
gradle
|
||||
run
|
||||
run
|
||||
|
||||
# VERY IMPORTANT
|
||||
gradle.properties
|
||||
+3
-2
@@ -46,8 +46,9 @@ publishing {
|
||||
url = uri("https://maven.winniepat.de/repository/maven-releases/")
|
||||
|
||||
credentials {
|
||||
username = "admin"
|
||||
password = "oXIAxHoSvdm7EJhvV0BQB9Zjd0OOaunf4VUVj7zq"
|
||||
username = project.property("publish.username")
|
||||
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