shahrs87 commented on PR #883: URL: https://github.com/apache/lucene/pull/883#issuecomment-1124385828
``` apache-lucene % ./gradlew check > Task :lucene:analysis:common:generateClassicTokenizerChecksumCheck FAILED FAILURE: Build failed with an exception. * Where: Script '/Users/rushabh.shah/apache-lucene/gradle/generation/regenerate.gradle' line: 184 * What went wrong: Execution failed for task ':lucene:analysis:common:generateClassicTokenizerChecksumCheck'. > Checksums mismatch for derived resources; you might have modified a generated resource (regenerate task: generateClassicTokenizer): Current: lucene/analysis/common/src/java/org/apache/lucene/analysis/classic/ClassicTokenizerImpl.java=c825a8b8d0d0d893b4914e7161bcd119e7b07b40 Expected: lucene/analysis/common/src/java/org/apache/lucene/analysis/classic/ClassicTokenizerImpl.java=381a9627fd7da6402216e3279cf81a09af222aaf ``` When I am running `./gradlew check`, I am getting the above error. Looks like I need to update checksum in some file. Do we have any graddle target to achieve that ? -- 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