Skip to content

Commit

Permalink
Change JDK to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
pahill committed Jun 25, 2024
1 parent b2d2d02 commit 4caa7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
uses: actions/setup-java@v2.1.0
with:
distribution: 'adopt'
java-version: '11'
java-version: '17'
- name: Build the project
run: ./gradlew assemble

0 comments on commit 4caa7bc

Please sign in to comment.