Target Java 11

This commit is contained in:
Manuel Fuhr 2024-04-06 00:26:50 +02:00
parent 258a0c107d
commit 8e3c9a9512

View file

@ -15,6 +15,10 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
}
compileJava {
options.release = 11
}
pmd {
consoleOutput = true
toolVersion = '7.0.0'