dweiss commented on code in PR #14801: URL: https://github.com/apache/lucene/pull/14801#discussion_r2151947884
########## build-tools/build-infra/src/main/groovy/lucene.validation.ecj-lint.gradle: ########## @@ -74,6 +76,8 @@ def lintTasks = sourceSets.collect { SourceSet sourceSet -> dependsOn sourceSet.compileClasspath dependsOn ecjConfiguration + mustRunAfter tasks.withType(SpotlessApply) Review Comment: piggybacking this so that 'gradlew tidy check' works properly... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org