Skip to content

Commit 1a9d710

Browse files
committed
Bump out dogfooding version of Spotless to fix JRE parsing.
1 parent 10b1834 commit 1a9d710

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
@@ -3,7 +3,7 @@ pluginManagement {
33
// We are stuck dogfooding at 5.5.0 for a very strange reason:
44
// 5.8.0+ Cannot get property 'versionLast' on null object @ spotless-freshmark.gradle:58
55
// 5.6.0+ Tried to add format named 'freshmark' of type class @ spotless-freshmark.gradle:55
6-
id 'com.diffplug.spotless' version '5.5.0'
6+
id 'com.diffplug.spotless' version '5.5.1'
77
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
88
id 'com.diffplug.eclipse.resourcefilters' version '3.27.0'
99
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish

0 commit comments

Comments
 (0)