Skip to content

Commit

Permalink
Set JDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Apr 13, 2024
1 parent eebc506 commit ab89fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21.0.1'
- name: Get tag or branch
id: get_tag_or_branch
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/native-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- uses: graalvm/setup-graalvm@v1
with:
java-version: '17'
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ subprojects {
tasks {
withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "17"
jvmTarget = "21"
}
}
}
Expand Down

0 comments on commit ab89fb9

Please sign in to comment.