Skip to content

Commit

Permalink
Update Java to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Apr 25, 2022
1 parent f78e018 commit 4c75f9d
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 @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: '16'
java-version: '17'
- name: Run Gradle
run: ./gradlew && ./gradlew jar
- name: Upload build
Expand Down

0 comments on commit 4c75f9d

Please sign in to comment.