Browse Source

Setup github actions

Signed-off-by: weisj <weisj@arcor.de>
pull/15/head
weisj 5 years ago
parent
commit
21f396f8f2
  1. 1
      build.gradle

1
build.gradle

@ -153,7 +153,6 @@ model {
println "Building on OS: " + System.properties['os.name']
println "Using JDK: " + System.properties['java.home']
println signingKey.replaceAll("#", "\n")
compileJava {
sourceCompatibility = 8

Loading…
Cancel
Save