malliaridis commented on code in PR #3261:
URL: https://github.com/apache/solr/pull/3261#discussion_r1992217095


##########
settings.gradle:
##########
@@ -68,5 +67,11 @@ include "solr:distribution"
 include "solr:docker"
 include "solr:prometheus-exporter"
 
+// Do not load the new UI module if it is disabled explicitly
+def withNewUiModule = !rootProject.hasProperty('disableNewUiModule') || 
rootProject.findProperty('disableNewUiModule') != 'true'

Review Comment:
   I tried, but it does not allow me to set `rootProject.ext.*`. I believe it 
is because it is not yet initialized, since we are in `settings.gradle` / the 
initialization phase.



-- 
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]

Reply via email to