Skip to content

Commit

Permalink
Updated build to use java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsimmo authored Dec 9, 2022
1 parent 8e6dfc9 commit 380011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Java JDK
uses: actions/setup-java@v2.3.0
with:
java-version: 8.0
java-version: 17.0
distribution: 'adopt'

- name: Cache Gradle packages
Expand Down

0 comments on commit 380011c

Please sign in to comment.