Use boot version variable

This commit is contained in:
Spencer Gibb
2018-02-12 11:56:09 -05:00
parent 947e21f9b2
commit 6d67f1beaa

View File

@@ -404,7 +404,7 @@ Due to Gradle's dependency resolution rules and the lack of a parent bom feature
----
buildscript {
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.0.0.RC1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:{spring-boot-docs-version}")
}
}