Added gradle now uses the java version it runs on.

This commit is contained in:
2022-04-07 20:26:53 +02:00
parent d3f9103ebf
commit 166362334b
3 changed files with 3 additions and 7 deletions
-2
View File
@@ -35,7 +35,5 @@ jobs:
run: chmod +x ./gradlew
- name: Generate SourceCode with Gradle
run: ./gradlew generateGithubSource
- name: Setting Java Version
run: echo pcJavaVersion=${{matrix.jdk}} > ./local.properties
- name: Build with Gradle
run: ./gradlew build