Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 1, 2024
1 parent 90baf2d commit 67f0f89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ publishing {
}
repositories {
maven {
url '$System.env.MAVEN_PUBLISH_REGISTRY_URL'
url "$System.env.MAVEN_PUBLISH_REGISTRY_URL"
credentials {
username '$System.env.MAVEN_USERNAME'
password '$System.env.MAVEN_PASSWORD'
username "$System.env.MAVEN_USERNAME"
password "$System.env.MAVEN_PASSWORD"
}
}
}
Expand Down

0 comments on commit 67f0f89

Please sign in to comment.