Skip to content

Commit

Permalink
Downgrade greclipse to v4.27
Browse files Browse the repository at this point in the history
Stay on greclipse 4.27 due to diffplug/spotless#1860
  • Loading branch information
chkpnt committed Dec 1, 2023
1 parent d6127d0 commit 76ef704
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ spotless {
groovy {
excludeJava()
licenseHeaderFile "${rootDir}/gradle/formatter/spotless.license.txt"
greclipse().configFile "${rootDir}/gradle/formatter/greclipse.properties"
// Do not update to greclipse > 4.27 due to https://github.com/diffplug/spotless/issues/1860
greclipse('4.27').configFile "${rootDir}/gradle/formatter/greclipse.properties"
}

}

0 comments on commit 76ef704

Please sign in to comment.