dweiss commented on PR #12131: URL: https://github.com/apache/lucene/pull/12131#issuecomment-2088223120
Ah, I see your point. The only crude workaround I see for now is to set those props via an environment variable - these should be picked up by all included builds. For example, when I run: ``` $ GRADLE_OPTS="-Dorg.gradle.workers.max=0" ./gradlew help ``` this breaks Lucene's build, even though gradle.properties is there. So if you can set it in your build IDE or shell, you can override the defaults across all composite builds. I really think it's kind of dumb that the number of workers can't be configured in settings.gradle, for example. -- 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]
