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 e7e3f06044
commit e1cb375fbf
6 changed files with 22 additions and 130 deletions

View File

@@ -106,6 +106,7 @@ subprojects {
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
options.compilerArgs.add("-parameters")
options.release = 8
}
}