Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Update GitHub actions to use Java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
koelle25 committed Aug 18, 2021
1 parent c135fbf commit 393ab93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "8"
java-version: "16"
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: "adopt"
java-version: "8"
java-version: "16"
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build and publish with Gradle
Expand Down

0 comments on commit 393ab93

Please sign in to comment.