Skip to content

Commit 765abe8

Browse files
committed
Pin eclipse formatter to 4.4 to fix JDT failures
1 parent 145333a commit 765abe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/smithy-java.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spotless {
8686
leadingTabsToSpaces()
8787
endWithNewline()
8888

89-
eclipse().configFile("${project.rootDir}/config/spotless/formatting.xml")
89+
eclipse("4.40").configFile("${project.rootDir}/config/spotless/formatting.xml")
9090

9191
addStep(ShortenFullyQualifiedNames.createStep())
9292

0 commit comments

Comments
 (0)