Skip to content

Commit

Permalink
Upgrade to using JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
NicMcPhee committed Sep 24, 2024
1 parent 0ed40e1 commit 900f4ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ plugins {
id 'checkstyle'
}

// Build and run the project with Java 17
// Build and run the project with Java 21
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
languageVersion = JavaLanguageVersion.of(21)
}
}

Expand Down

0 comments on commit 900f4ec

Please sign in to comment.