Add comment in build.gradle to note that the Spring Build Conventions Gradle Plugin is now fixed on 0.0.35.RELEASE.

This commit is contained in:
John Blum
2021-02-22 18:19:53 -08:00
parent 8edd8d28b9
commit 69682c2570

View File

@@ -1,5 +1,7 @@
buildscript {
dependencies {
// Cannot upgrade to Spring Build Conventions Gradle Plugin after 0.0.35.RELEASE since the Gradle build
// can no longer resolve VMware Tanzu (Pivotal) GemFire bits.
classpath 'io.spring.gradle:spring-build-conventions:0.0.35.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}