Browse Source

Merge branch 'master' of https://github.com/weisJ/darklaf

 Conflicts:
	build.gradle
pull/15/head
weisj 5 years ago
parent
commit
18384a7805
  1. 8
      .github/workflows/gradle.yml

8
.github/workflows/gradle.yml

@ -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 -PdeployRepoUrl=$deployRepoUrl -PdeployRepoUsername=$deployRepoUsername -PdeployRepoPassword=$deployRepoPassword -PsigningKey=$signingKey -PsigningKeyId=$signingKeyId -PsigningPassword=$signingPassword
-DdeployRepoUrl=$deployRepoUrl
-DdeployRepoUsername=$deployRepoUsername
-DdeployRepoPassword=$deployRepoPassword
-DsigningKey=$signingKey
-DsigningKeyId=$signingKeyId
-DsigningPassword=$signingPassword

Loading…
Cancel
Save