Fix Brussels Build

- Update Spring IO plugin to resolve binary incompatability for tests
- Update Dependency Management Plugin which is required for Spring IO
  plugin update
- Update to Spring Boot 1.5.0.RC1. Necessary because new dependency
  management plugin does not work with Boot 1.4.x

Fixes gh-708
This commit is contained in:
Rob Winch
2017-01-13 11:27:42 -06:00
parent a25f6c38e0
commit 5cbabfb719
10 changed files with 15 additions and 8 deletions

View File

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