Skip to content

Commit b2f6d93

Browse files
committed
remove version lock for JDT in spotless
1 parent c19bb8e commit b2f6d93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

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

0 commit comments

Comments
 (0)