Browse Source

Update gradle.yml

pull/15/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
ccb3a8d7ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/gradle.yml

8
.github/workflows/gradle.yml

@ -21,11 +21,5 @@ jobs:
signingKey: ${{ secrets.SIGNING_KEY }}
signingKeyId: ${{ secrets.SIGNING_KEY_ID }}
signingPassword: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew build
-DdeployRepoUrl=$deployRepoUrl
-DdeployRepoUsername=$deployRepoUsername
-DdeployRepoPassword=$deployRepoPassword
-DsigningKey=$signingKey
-DsigningKeyId=$signingKeyId
-DsigningPassword=$signingPassword
run: ./gradlew build -DdeployRepoUrl=$deployRepoUrl -DdeployRepoUsername=$deployRepoUsername -DdeployRepoPassword=$deployRepoPassword -DsigningKey=$signingKey -DsigningKeyId=$signingKeyId -DsigningPassword=$signingPassword

Loading…
Cancel
Save