Skip to content

Commit 0f814b3

Browse files
committed
Bump goomph back to 3.27.0, and add a warning to keep it there (helps with #1030)
1 parent 27820f0 commit 0f814b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pluginManagement {
1010
// https://github.com/diffplug/spotless-changelog
1111
id 'com.diffplug.spotless-changelog' version '2.3.2'
1212
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
13-
id 'com.diffplug.p2.asmaven' version '3.33.3'
13+
id 'com.diffplug.p2.asmaven' version '3.27.0' // DO NOT UPDATE, see https://github.com/diffplug/spotless/pull/874
1414
// https://github.com/gradle/test-retry-gradle-plugin/releases
1515
id 'org.gradle.test-retry' version '1.3.1'
1616
}

0 commit comments

Comments
 (0)