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

Make source code compatible with JDK 8

Closes gh-10695
This commit is contained in:
Marcus Da Coregio
2022-01-11 08:24:49 -03:00
parent 214cfe807e
commit 60ed3602f6
7 changed files with 31 additions and 132 deletions
+1
View File
@@ -105,6 +105,7 @@ subprojects {
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.compilerArgs.add("-parameters")
options.release = 8
}
}