diff --git a/build.gradle b/build.gradle index 1e17265f..17f0615c 100644 --- a/build.gradle +++ b/build.gradle @@ -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" }