risdenk commented on PR #1074: URL: https://github.com/apache/solr/pull/1074#issuecomment-1279612434
The steps basically were: * Upgrade gradle wrapper - https://gradle.org/install/#with-the-gradle-wrapper * Ensure that gradlew and gradlew.bat still had Lucene fixes * https://github.com/apache/solr/blob/main/gradlew#L105 * https://github.com/apache/solr/blob/main/gradlew.bat#L74 * Fix any other Gradle version references (ie: sha, expected version) * Fix few Gradle deprecation warnings * incorporate gradle wrapper improvements from Lucene: * https://github.com/apache/lucene/pull/11766 * https://github.com/apache/lucene/pull/11846 So overall simple changes. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
