Browse Source

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

 Conflicts:
	build.gradle

Signed-off-by: weisj <weisj@arcor.de>
pull/15/head
weisj 5 years ago
parent
commit
d91a8f433f
  1. 8
      .github/workflows/gradle.yml
  2. 2
      build.gradle

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

2
build.gradle

@ -155,7 +155,7 @@ model {
println "Building on OS: " + System.properties['os.name'] println "Building on OS: " + System.properties['os.name']
println "Using JDK: " + System.properties['java.home'] println "Using JDK: " + System.properties['java.home']
println signingKey
compileJava { compileJava {
sourceCompatibility = 8 sourceCompatibility = 8

Loading…
Cancel
Save