Skip to content

Commit 63106e7

Browse files
wilkinsonabclozel
authored andcommitted
Fix dependencyMangement plugin config
Apply the dependency management plugin to all projects Do not use Maven-style exclusion semantics Issue: SPR-15162
1 parent 17525ef commit 63106e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ configure(allprojects) { project ->
105105
apply plugin: "propdeps"
106106
apply plugin: "java"
107107
apply plugin: "test-source-set-dependencies"
108+
apply plugin: "io.spring.dependency-management"
108109
apply from: "${gradleScriptDir}/ide.gradle"
109110

110111
// Kotlin compiler does not support JDK 9 yet, see https://youtrack.jetbrains.com/issue/KT-14988
@@ -187,6 +188,7 @@ configure(allprojects) { project ->
187188
resolutionStrategy {
188189
cacheChangingModulesFor 0, 'seconds'
189190
}
191+
applyMavenExclusions = false
190192
}
191193

192194
dependencies {

0 commit comments

Comments
 (0)