Skip to content

Commit

Permalink
Merge pull request #284 from xenit-eu/ACC-1464
Browse files Browse the repository at this point in the history
ACC-1464 Update to Java 21
  • Loading branch information
thijslemmens authored Sep 19, 2024
2 parents df046bd + bd995ea commit c314aa9
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 @@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: 17
java-version: 21
distribution: temurin
cache: 'gradle'
- name: Build and Test
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bootRun {

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit c314aa9

Please sign in to comment.