From cfe9f48376033e203009f5e74867613eb4dc6820 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 23 Jan 2020 19:48:22 -0800 Subject: [PATCH] Downgrade to Gradle 5.6.4. The Gretty Gradle Plugin pulled in and applied by the Spring Build Conventions project, SpringSampleWar Gradle Plugin is not compatible with Gradle 6.0 or later. This is also problematic because the Gretty Gradle Plugin has not been maintained since June 2017. --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b1fef81..2f6619e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Thu Jan 23 16:11:41 PST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists