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 2228fa1 commit 575daec
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 @@ -282,6 +282,12 @@ tasks.register('testOn17', Test) {
}
}

tasks.register('testOn21', Test) {
javaLauncher = javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.of(21)
}
}

jacocoTestReport {
reports {
xml.required.set(true)
Expand Down

0 comments on commit 575daec

Please sign in to comment.