rmuir opened a new issue, #11820: URL: https://github.com/apache/lucene/issues/11820
### Description smoketester runs gradle which generates a `gradle.properties` but it isn't picked up, which causes it to fail. I think if we just ran `gradlew localSettings` first, then it would actually use the `gradle.properties` that it generates? ``` > Task :localSettings IMPORTANT. This is the first time you ran the build. I wrote some sane defaults (for this machine) to 'gradle.properties', they will be picked up on consecutive gradle invocations (not this one). Run gradlew :helpLocalSettings for more information. > Task :missing-doclet:compileJava > Task :missing-doclet:processResources NO-SOURCE > Task :missing-doclet:classes > Task :missing-doclet:jar > Task :gitStatus > Task :errorProneSkipped WARNING: errorprone disabled (skipped on builds not running inside CI environments, pass -Pvalidation.errorprone=true to enable) > Task :lucene:core:compileJava > Task :lucene:core:processResources > Task :lucene:core:classes > Task :lucene:core:compileMain19Java FAILED ``` ### Version and environment details _No response_ -- 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.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