gradle for publish #339
This commit is contained in:
parent
3e17914470
commit
f5724cf388
3 changed files with 40 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue