We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b1834 commit 1a9d710Copy full SHA for 1a9d710
settings.gradle
@@ -3,7 +3,7 @@ pluginManagement {
3
// We are stuck dogfooding at 5.5.0 for a very strange reason:
4
// 5.8.0+ Cannot get property 'versionLast' on null object @ spotless-freshmark.gradle:58
5
// 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'
+ id 'com.diffplug.spotless' version '5.5.1'
7
// https://github.com/diffplug/goomph/blob/main/CHANGES.md
8
id 'com.diffplug.eclipse.resourcefilters' version '3.27.0'
9
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
0 commit comments