Allow building the project with JDK > 17
This commit is contained in:
@@ -16,6 +16,8 @@ plugins {
|
||||
subprojects {
|
||||
plugins.withType(JavaPlugin) {
|
||||
plugins.apply("io.spring.javaformat")
|
||||
sourceCompatibility = "17"
|
||||
targetCompatibility = "17"
|
||||
}
|
||||
if (!buildDir.toString().startsWith(project.rootDir.toString())) {
|
||||
buildDir = "$buildDir/$project.name"
|
||||
|
||||
Reference in New Issue
Block a user