and another fix

This commit is contained in:
Tofik ♡ 2021-06-11 13:49:21 +02:00 committed by GitHub
parent 35476f2c81
commit 3ca088771f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,3 +70,4 @@ subprojects {
tasks.withType<JavaCompile>().configureEach { tasks.withType<JavaCompile>().configureEach {
options.release.set(16) options.release.set(16)
} }
}