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