Fixed the broken Gradle build

This commit is contained in:
Marcin Grzejszczak
2017-02-07 19:03:40 +01:00
parent bb7f2f1cd5
commit f7582d2f14
3 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE"
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.1.RELEASE")
}
}

View File

@@ -20,7 +20,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.1.RELEASE")
}
}

View File

@@ -20,7 +20,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.1.RELEASE")
}
}
@@ -48,6 +48,7 @@ subprojects {
testCompile "org.spockframework:spock-core:$spockVersion"
testCompile("junit:junit:4.12")
testCompile "com.github.tomakehurst:wiremock:$wiremockVersion"
testCompile "org.assertj:assertj-core:2.4.1"
}
}