We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19bb8e commit b2f6d93Copy full SHA for b2f6d93
1 file changed
build.gradle
@@ -340,7 +340,7 @@ subprojects {
340
/* At the moment, we have to ensure that version 4.22 of the eclipse formatter is run, since newer versions
341
* of the formatter crash in SymbolicExecutionTreeBuilder (seems to be a but in the formatter)!
342
*/
343
- eclipse("4.22").configFile("$rootDir/scripts/tools/checkstyle/keyCodeStyle.xml")
+ eclipse().configFile("$rootDir/scripts/tools/checkstyle/keyCodeStyle.xml")
344
trimTrailingWhitespace() // not sure how to set this in the xml file ...
345
//googleJavaFormat().aosp().reflowLongStrings()
346
0 commit comments