Target Java 11
This commit is contained in:
parent
258a0c107d
commit
8e3c9a9512
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ dependencies {
|
|||
testImplementation 'junit:junit:4.13.2'
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.release = 11
|
||||
}
|
||||
|
||||
pmd {
|
||||
consoleOutput = true
|
||||
toolVersion = '7.0.0'
|
||||
|
|
Loading…
Reference in a new issue