mocobeta commented on pull request #470: URL: https://github.com/apache/lucene/pull/470#issuecomment-984256325
It's not related to here at all, I've encountered `:checkWorkingCopyClean FAILED` when running some tasks even if `git status` says the branch tree is clean, so I always have to add ` -Pvalidation.git.failOnModified=false` option to make it run. Here is the error message (this also happens when I'm on upstream main). I'm not sure if this comes from my environment settings; just wanted to make a report. ``` lucene $ git status On branch jms nothing to commit, working tree clean lucene $ ./gradlew precommit > Task :checkWorkingCopyClean FAILED FAILURE: Build failed with an exception. * Where: Script '/mnt/hdd/repo/lucene/gradle/validation/git-status.gradle' line: 114 * What went wrong: Execution failed for task ':checkWorkingCopyClean'. > Working copy is not a clean git checkout (skip with -Pvalidation.git.failOnModified=false), offending files: - dev-tools/missing-doclet/bin (untracked non-empty dir) ``` -- 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