Skip to content

Commit

Permalink
Update publish.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Nov 21, 2023
1 parent 6c34a0e commit f9e8f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ext {
if (file.exists()) {
properties.load(file.newDataInputStream())
}

mavenKey = properties.getProperty("maven.key")
mavenSigningKeyId = properties.getProperty("maven.signingKeyId")
mavenPublicKeyPassword = properties.getProperty("maven.publicKeyPassword")
mavenSecretKeyPath = properties.getProperty("maven.secretKeyPath")
Expand Down

0 comments on commit f9e8f7f

Please sign in to comment.