Browse Source

Update to spring-build-conventions:0.0.20.RELEASE

Fixes: gh-5998
pull/6070/head
Rob Winch 7 years ago
parent
commit
cf03faf58e
  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.19.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.20.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
repositories {

Loading…
Cancel
Save