Skip to content

Commit

Permalink
EPNG-7964 - test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Spalek committed Mar 9, 2021
1 parent eb00321 commit b9a12f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nexusStaging {
packageGroup = "com.epages"
}

task setupVariables {
task setupVariables << {
def nexusUsername = project.findProperty("nexusUsername") ?: System.getenv("nexusUsername")
def nexusPassword = project.findProperty("nexusPassword") ?: System.getenv("nexusPassword")
def signingKeyId = project.findProperty("signing.keyId") ?: System.getenv("SIGNING_KEY_ID")
Expand Down

0 comments on commit b9a12f1

Please sign in to comment.