From 0f814b38943d95da150a864d0951bbc8f673689d Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Mon, 13 Dec 2021 10:57:47 -0800 Subject: [PATCH] Bump goomph back to 3.27.0, and add a warning to keep it there (helps with #1030) --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 68e617ed1c..4fe00c2b0d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -10,7 +10,7 @@ pluginManagement { // https://github.com/diffplug/spotless-changelog id 'com.diffplug.spotless-changelog' version '2.3.2' // https://github.com/diffplug/goomph/blob/main/CHANGES.md - id 'com.diffplug.p2.asmaven' version '3.33.3' + id 'com.diffplug.p2.asmaven' version '3.27.0' // DO NOT UPDATE, see https://github.com/diffplug/spotless/pull/874 // https://github.com/gradle/test-retry-gradle-plugin/releases id 'org.gradle.test-retry' version '1.3.1' }