Skip to content

Commit 5c1e238

Browse files
committed
add build support for Java 23
1 parent 06e50ba commit 5c1e238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/fastcsv.java-conventions.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ tasks.withType<com.github.spotbugs.snom.SpotBugsTask>().configureEach {
1616
}
1717

1818
pmd {
19-
// Version bundled with Gradle 8.8 is not able to run on Java 22.
20-
toolVersion = "7.2.0"
19+
// Version bundled with Gradle 8.10 is not able to run on Java 23.
20+
toolVersion = "7.5.0"
2121
isConsoleOutput = true
2222
ruleSets = emptyList()
2323
ruleSetFiles = files("${project.rootDir}/config/pmd/config.xml")

0 commit comments

Comments
 (0)