Skip to content

Commit 24e2689

Browse files
committed
remove version lock for JDT in spotless
1 parent 9ef68b3 commit 24e2689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ subprojects {
351351
/* At the moment, we have to ensure that version 4.22 of the eclipse formatter is run, since newer versions
352352
* of the formatter crash in SymbolicExecutionTreeBuilder (seems to be a but in the formatter)!
353353
*/
354-
eclipse("4.22").configFile("$rootDir/scripts/tools/checkstyle/keyCodeStyle.xml")
354+
eclipse().configFile("$rootDir/scripts/tools/checkstyle/keyCodeStyle.xml")
355355
trimTrailingWhitespace() // not sure how to set this in the xml file ...
356356
//googleJavaFormat().aosp().reflowLongStrings()
357357

0 commit comments

Comments
 (0)