Skip to content

Commit

Permalink
Update actions to Java 17 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 authored Jan 8, 2023
1 parent 3191424 commit 386cf4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1.4.3
with:
java-version: 1.16
java-version: 1.17
- name: Grant permissions
run: chmod +x gradlew
- name: Build Skript-1.8
Expand Down

0 comments on commit 386cf4b

Please # to comment.