Skip to content

Commit

Permalink
update java build version
Browse files Browse the repository at this point in the history
  • Loading branch information
ferriarnus committed May 6, 2024
1 parent 71a3cd0 commit 63beebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fetch-depth: 1000
fetch-tags: true

- name: Setup JDK 17
- name: Setup JDK 21
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Make gradlew executable
Expand Down

0 comments on commit 63beebc

Please sign in to comment.