From 69682c257095728fcf4038f9d0d01199d0f77242 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 22 Feb 2021 18:19:53 -0800 Subject: [PATCH] Add comment in build.gradle to note that the Spring Build Conventions Gradle Plugin is now fixed on 0.0.35.RELEASE. --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) 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" }