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


##########
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:
   Wouldn't it be easier just to add a default value here?



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