Bumped Boot in gradle samples

This commit is contained in:
Marcin Grzejszczak
2019-04-16 08:41:10 +04:00
parent a3ff34310d
commit 42a2d1dfb1
60 changed files with 161 additions and 78 deletions

View File

@@ -10,7 +10,7 @@ buildscript {
maven { url "https://repo.spring.io/plugins-staging-local/" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.1.2.RELEASE"
classpath "org.springframework.boot:spring-boot-gradle-plugin:${findProperty('bootVersion') ?: bootVersion}"
classpath "org.springframework.cloud:spring-cloud-contract-gradle-plugin:${project.findProperty('verifierVersion') ?: verifierVersion}"
}
}

View File

@@ -1,3 +1,4 @@
org.gradle.daemon=false
verifierVersion=2.2.0.BUILD-SNAPSHOT
BOM_VERSION=Hoxton.BUILD-SNAPSHOT
BOM_VERSION=Hoxton.BUILD-SNAPSHOT
bootVersion=2.2.0.BUILD-SNAPSHOT