Merge pull request #126 from wilkinsona/new-spring-io-plugin

Use the latest version of the Spring IO Plugin
This commit is contained in:
Scott Frederick
2015-07-22 17:35:38 -05:00

View File

@@ -8,7 +8,7 @@ buildscript {
}
dependencies {
classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7'
classpath 'org.springframework.build.gradle:spring-io-plugin:0.0.3.RELEASE'
classpath 'io.spring.gradle:spring-io-plugin:0.0.4.RELEASE'
}
}
@@ -68,8 +68,12 @@ subprojects {
maven { url "https://repo.spring.io/libs-snapshot" }
}
dependencies {
springIoVersions "io.spring.platform:platform-versions:${platformVersion}@properties"
dependencyManagement {
springIoTestRuntime {
imports {
mavenBom "io.spring.platform:platform-bom:${platformVersion}"
}
}
}
}