We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6127d0 commit 76ef704Copy full SHA for 76ef704
build-logic/src/main/groovy/truststorebuilder-spotless.gradle
@@ -21,7 +21,8 @@ spotless {
21
groovy {
22
excludeJava()
23
licenseHeaderFile "${rootDir}/gradle/formatter/spotless.license.txt"
24
- greclipse().configFile "${rootDir}/gradle/formatter/greclipse.properties"
+ // Do not update to greclipse > 4.27 due to https://github.com/diffplug/spotless/issues/1860
25
+ greclipse('4.27').configFile "${rootDir}/gradle/formatter/greclipse.properties"
26
}
27
28
0 commit comments