Skip to content

Commit

Permalink
Move fake secrets to local.properties (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
alorma authored Nov 22, 2022
1 parent 3c633ab commit 5c39f6f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions scripts/publish-root.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
// 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 5c39f6f

Please sign in to comment.