|
@@ -4,8 +4,7 @@ buildscript {
|
|
|
maven { url "https://plugins.gradle.org/m2/" }
|
|
|
}
|
|
|
dependencies {
|
|
|
- classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
|
|
|
- classpath("com.netflix.nebula:gradle-extra-configurations-plugin:4.0.1")
|
|
|
+ classpath("io.spring.gradle:propdeps-plugin:0.0.9.RELEASE")
|
|
|
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.10")
|
|
|
}
|
|
|
}
|
|
@@ -88,8 +87,6 @@ subprojects {
|
|
|
|
|
|
apply plugin: 'java'
|
|
|
apply plugin: 'signing'
|
|
|
- apply plugin: 'nebula.optional-base'
|
|
|
-
|
|
|
sourceCompatibility = "${javaVersion}"
|
|
|
targetCompatibility = "${javaVersion}"
|
|
|
|