Skip to content

Commit

Permalink
EPNG-7964 - gradle properties were not set properly and could not be …
Browse files Browse the repository at this point in the history
…used used by `com.bmuschko:gradle-nexus-plugin`
  • Loading branch information
Lukas Spalek committed Mar 10, 2021
1 parent 00e487e commit 69d4ffd
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 @@ -53,7 +53,7 @@ allprojects {
project.ext."nexusPassword" = nexusPassword
project.ext."signing.keyId" = signingKeyId
project.ext."signing.password" = signingPassword
project.ext."signing.secretKeyRingFile" = signingSecretKeyRingFile
project.ext."signing.secretKeyRingFile" = "secret-keys.gpg"
}

nexusStaging {
Expand Down

0 comments on commit 69d4ffd

Please sign in to comment.