Skip to content

Commit

Permalink
Workflow: Switch from Temurin 8 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
fumbling644o committed Apr 23, 2022
1 parent d1d8378 commit 220f252
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: '8'
java-version: '16'
- name: Run Gradle
run: ./gradlew && ./gradlew jar
- name: Upload build
Expand Down

0 comments on commit 220f252

Please sign in to comment.