Skip to content

Commit

Permalink
stupid spotless (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss authored Dec 2, 2023
1 parent 99f3d1e commit 97fe309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ if (enableSpotless.toBoolean()) {
removeUnusedImports()
endWithNewline()
//noinspection GroovyAssignabilityCheck
eclipse('4.19').configFile(formatFile)
eclipse('4.19.0').configFile(formatFile)
}
scala {
target 'src/*/scala/**/*.scala'
Expand Down

0 comments on commit 97fe309

Please sign in to comment.