gradle for publish #339

This commit is contained in:
afischerdev 2021-10-06 20:37:15 +02:00
parent 3e17914470
commit f5724cf388
3 changed files with 40 additions and 2 deletions

View file

@ -7,7 +7,7 @@ publishing {
repositories {
maven {
name = "Github"
url = uri("https://maven.pkg.github.com/<USERNAME>/<REPO>")
url = uri("https://maven.pkg.github.com/afischerdev/brouter")
credentials {
username = findProperty("github.username")
password = findProperty("github.token")