Skip to content

Commit

Permalink
build.gradle: disable Spotless removeUnusedImports() due to issues wi…
Browse files Browse the repository at this point in the history
…th some strings
  • Loading branch information
nfi committed Jan 9, 2024
1 parent eb4df2d commit 2d59a89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ java {
spotless {
java {
toggleOffOn()
removeUnusedImports()
// FIXME: gives unclosed string literal in ScriptRunner.java with spotless 6.23.3.
// removeUnusedImports()
importOrder()
// trimTrailingWhitespace()
// cleanthat()
Expand Down

0 comments on commit 2d59a89

Please sign in to comment.