mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
Set java source compatibility
This commit is contained in:
parent
9bf41ca191
commit
a9a07ff47d
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ allprojects {
|
|||
apply plugin: 'kotlin'
|
||||
apply plugin: 'com.diffplug.spotless'
|
||||
|
||||
java {
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
|
||||
compileJava {
|
||||
options.release = 8
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue