Skip to content

Commit

Permalink
Revert "Move fake secrets to local.properties (#467)" (#471)
Browse files Browse the repository at this point in the history
This reverts commit 5c39f6f.
  • Loading branch information
Sloy authored Dec 2, 2022
1 parent 5c39f6f commit 11381cb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/publish-root.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
// Create variables with empty default values
ext["ossrhUsername"] = ''
ext["ossrhPassword"] = ''
ext["sonatypeStagingProfileId"] = ''
ext["signing.keyId"] = '0C762F0D'
ext["signing.password"] = 'dsLCfZhaoHbgqgNeRHuAY'
ext["signing.secretKeyRingFile"] = '../secret.gpg'

File secretPropsFile = project.rootProject.file('local.properties')
if (secretPropsFile.exists()) {
// Read local.properties file first if it exists
Expand Down

0 comments on commit 11381cb

Please sign in to comment.