Browse Source
We need to explicitly apply Dependency Management to the root project since it depends on modules that use dependency management. We need to ensure dependency management is applied after propdeps-maven to avoid an ordering issue [1] An update to propdeps was necessary to be compatable with Gradle 3.4+ [1] https://github.com/spring-gradle-plugins/dependency-management-plugin/issues/149 Issue: SPR-15207pull/1319/merge
3 changed files with 14 additions and 3 deletions
Binary file not shown.
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
#Fri Jan 13 11:20:36 CET 2017 |
||||
#Wed Feb 08 08:27:32 CST 2017 |
||||
distributionBase=GRADLE_USER_HOME |
||||
distributionPath=wrapper/dists |
||||
zipStoreBase=GRADLE_USER_HOME |
||||
zipStorePath=wrapper/dists |
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip |
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-rc-2-bin.zip |
||||
|
||||
Loading…
Reference in new issue