Skip to content

Commit

Permalink
Update build.gradle (JabRef#10567)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Oct 24, 2023
1 parent 31f137b commit 082c176
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ java {
modularity.inferModulePath.set(false)

toolchain {
// If this is updated, also update .devcontainer/devcontainer.json#L34
// If this is updated, also update
// - .devcontainer/devcontainer.json#L34 and
// - .gitpod.Dockerfile
languageVersion = JavaLanguageVersion.of(21)
}
}
Expand Down

0 comments on commit 082c176

Please sign in to comment.