Upgrade to Java 17.

This commit is contained in:
John Blum
2021-11-16 20:48:00 -08:00
parent 56134a0fe1
commit ef263ad747

View File

@@ -46,6 +46,12 @@ allprojects {
}
}
subprojects {
plugins.withType(JavaPlugin) {
sourceCompatibility = JavaVersion.VERSION_17
}
}
description = 'Spring Session for Apache Geode'
//ext['groovy.version'] = "$groovyVersion"