vigyasharma commented on PR #14608: URL: https://github.com/apache/lucene/pull/14608#issuecomment-2849497626
Thanks for fixing this! I ran into the same problem. My old `gradle-wrapper.jar` was not getting updated and I kept hitting: ```bash % ./gradlew clean no main manifest attribute, in /Users/vigyas/repos/lucene/gradle/wrapper/gradle-wrapper.jar ``` My workaround till last night was to delete the `gradle-wrapper.jar`. Verified that this change fixes it by putting back the old jar and having gradle find checksum mismatch and redownload. ```bash % ./gradlew clean Checksum mismatch, will attempt to re-download gradle-wrapper.jar /Users/vigyas/repos/lucene/gradle/wrapper/gradle-wrapper.jar Downloading gradle-wrapper.jar from https://raw.githubusercontent.com/gradle/gradle/v8.14.0/gradle/wrapper/gradle-wrapper.jar Starting a Gradle Daemon (subsequent builds will be faster) ``` -- 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