Skip to content

Commit

Permalink
Changing the java version for gradle for experimental build
Browse files Browse the repository at this point in the history
Gradle will use java 17 to build all kind of experimental builds. As this is the toolchain build default and configured within the gradle file
  • Loading branch information
aepfli committed Sep 6, 2022
1 parent 2a5f48a commit e68e91d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -167,7 +167,8 @@ jobs:
- name: Set up supported Java
uses: actions/setup-java@v2
with:
java-version: 18
# The Java Version Gradle will be using for execution
java-version: 17
distribution: temurin
cache: 'gradle'
- name: Gradle toolchains
Expand Down

0 comments on commit e68e91d

Please sign in to comment.