Skip to content

Commit

Permalink
build(actions): bump JDK to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyAreaBean committed Apr 20, 2024
1 parent 6e74b4b commit 489bd24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '8'
java-version: '17'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 489bd24

Please sign in to comment.