1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix Tests on JDK 21

Issue gh-13811
This commit is contained in:
Marcus Da Coregio
2023-09-27 11:59:09 -03:00
parent 4905b91bdd
commit 33fb37e134
2 changed files with 1 additions and 9 deletions
+1
View File
@@ -144,6 +144,7 @@ subprojects {
tasks.withType(JavaCompile).configureEach {
options.encoding = "UTF-8"
options.compilerArgs.add("-parameters")
options.release.set(17)
}
}