Skip to content

Commit

Permalink
Bump JDK usages
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Feb 20, 2024
1 parent 3e1ef66 commit 790ecae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 11
java-version: 21
- uses: gradle/actions/setup-gradle@v3
- run: ./gradlew build
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks.test {
}

java {
toolchain.languageVersion = JavaLanguageVersion.of(8)
toolchain.languageVersion = JavaLanguageVersion.of(11)
}

publishing {
Expand Down

0 comments on commit 790ecae

Please sign in to comment.