Nayana-ibm commented on PR #3261: URL: https://github.com/apache/solr/pull/3261#issuecomment-2886131357
> How can I execute Gradle to disable this on command line? Is `gradlew -PdisableUiModule=true` the way to go? Because this is how I interpret this PR. > > That's how I would setup Jenkins like we do for all other test props. > > Or do I need to modify `gradle.properties`? This would not be the best idea as it would need to setup this on each node and not the job. Yes, we just have to use gradlew -PdisableUiModule=true and no need to update the gradle.properties ./gradlew -PdisableUiModule=true -- 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]
