Target Java 11
This commit is contained in:
parent
258a0c107d
commit
8e3c9a9512
@ -15,6 +15,10 @@ dependencies {
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.release = 11
|
||||
}
|
||||
|
||||
pmd {
|
||||
consoleOutput = true
|
||||
toolVersion = '7.0.0'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user