Skip to content

Commit

Permalink
Update put-bintray-secrets-gradle.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatolyPristensky committed Nov 21, 2023
1 parent f9e8f7f commit 7c528e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/put-bintray-secrets-gradle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
cat >> local.properties << EOL
maven.user=${1:-$MAVEN_USER}
maven.key=${2:-$MAVEN_KEY}
maven.repoUrl=${3:-$MAVEN_REPO}
maven.signingKeyId=${4:-$GDP_SIGNING_KEY_ID}
maven.secretKeyPath=${5:-$GDP_KEY_SECRET_PATH}
maven.publicKeyPassword=${6:-$GDP_KEY_PASSWORD}
maven.signingKeyId=${3:-$GDP_SIGNING_KEY_ID}
maven.secretKeyPath=${4:-$GDP_KEY_SECRET_PATH}
maven.publicKeyPassword=${5:-$GDP_KEY_PASSWORD}
EOL

0 comments on commit 7c528e9

Please sign in to comment.