We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef68b3 commit 24e2689Copy full SHA for 24e2689
build.gradle
@@ -351,7 +351,7 @@ subprojects {
351
/* At the moment, we have to ensure that version 4.22 of the eclipse formatter is run, since newer versions
352
* of the formatter crash in SymbolicExecutionTreeBuilder (seems to be a but in the formatter)!
353
*/
354
- eclipse("4.22").configFile("$rootDir/scripts/tools/checkstyle/keyCodeStyle.xml")
+ eclipse().configFile("$rootDir/scripts/tools/checkstyle/keyCodeStyle.xml")
355
trimTrailingWhitespace() // not sure how to set this in the xml file ...
356
//googleJavaFormat().aosp().reflowLongStrings()
357
0 commit comments