Skip to content

Commit

Permalink
why is this all so confusing ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Aug 22, 2023
1 parent 55ffd23 commit 54ffa95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ publishing {
name = "sonatype"
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = project.findProperty("SONATYPE_TOKEN_USERNAME") as String?
password = project.findProperty("SONATYPE_TOKEN_PASSWORD") as String?
username = project.findProperty("sonatypeUsername") as String?
password = project.findProperty("sonatypePassword") as String?
}
}
}
Expand Down

0 comments on commit 54ffa95

Please sign in to comment.