Skip to content

Commit

Permalink
test on java 21 task
Browse files Browse the repository at this point in the history
  • Loading branch information
zubri committed Jan 3, 2025
1 parent 0b63da4 commit 68e6043
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,12 @@ task('testOn17', type: Test) {
}
}

task('testOn21', type: Test) {
javaLauncher = javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.of(21)
}
}

quality {
strict = false
// we limit this to spotbugs for the moment
Expand Down

0 comments on commit 68e6043

Please sign in to comment.