Fix spring platform Brussels

* Update to dependency-management-1.0.0.RC2
* Update to spring-io-plugin 0.0.6.RELEASE
* Update to Boot 1.5 (which requires newer dependency management plugin)
This commit is contained in:
Rob Winch
2017-01-05 14:59:15 -06:00
parent 5e294b805f
commit 89c91c19d8
9 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
buildscript {
repositories {
mavenCentral()
maven { url "https://repo.spring.io/plugins-snapshot" }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion")