You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/11 23:38:41 UTC

[GitHub] [lucene] shahrs87 commented on pull request #883: LUCENE-10561 Reduce class/member visibility of all normalizer and stemmer classes

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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org