Use boot version variable

parent 947e21f9
......@@ -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}")
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment