Browse Source

Update to spring-build-conventions 0.0.25.RELEASE

Fixes gh-6682
pull/6813/head
Joe Grandja 7 years ago
parent
commit
43f92b9da4
  1. 2
      build.gradle

2
build.gradle

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.23.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.25.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
repositories {

Loading…
Cancel
Save