We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17525ef commit 63106e7Copy full SHA for 63106e7
build.gradle
@@ -105,6 +105,7 @@ configure(allprojects) { project ->
105
apply plugin: "propdeps"
106
apply plugin: "java"
107
apply plugin: "test-source-set-dependencies"
108
+ apply plugin: "io.spring.dependency-management"
109
apply from: "${gradleScriptDir}/ide.gradle"
110
111
// Kotlin compiler does not support JDK 9 yet, see https://youtrack.jetbrains.com/issue/KT-14988
@@ -187,6 +188,7 @@ configure(allprojects) { project ->
187
188
resolutionStrategy {
189
cacheChangingModulesFor 0, 'seconds'
190
}
191
+ applyMavenExclusions = false
192
193
194
dependencies {
0 commit comments