vthacker commented on PR #15396: URL: https://github.com/apache/lucene/pull/15396#issuecomment-3482589389
Sorry for wasting your time! This was caused because we have a custom `~/.gradle/init.gradle` script that sets up internal repositories. That doesn't work with gradle 9.1+ but the error message made it sound like it's a lucene gradle task issue. Just by pointing to a new gradle home fixed the problem. ``` GRADLE_USER_HOME=~/.gradle_asf/ ./gradlew ``` -- 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]
