1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-07-04 09:12:33 +02:00

Set java source compatibility

This commit is contained in:
Paul Schaub 2024-06-18 11:33:49 +02:00
parent 9bf41ca191
commit a9a07ff47d
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -33,6 +33,10 @@ allprojects {
apply plugin: 'kotlin'
apply plugin: 'com.diffplug.spotless'
java {
targetCompatibility = JavaVersion.VERSION_1_8
}
compileJava {
options.release = 8
}