Merge pull request #5860 from ghubstan/gradle-java-src-n-target-compat

Set gradle java src & target compat =  VERSION_11
This commit is contained in:
Christoph Atteneder 2021-11-24 09:51:28 +01:00 committed by GitHub
commit 95577501a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,8 @@ configure(subprojects) {
apply plugin: 'java'
apply plugin: 'com.google.osdetector'
sourceCompatibility = 1.10
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
ext { // in alphabetical order
bcVersion = '1.63'