dsmiley commented on code in PR #3261:
URL: https://github.com/apache/solr/pull/3261#discussion_r1992200082
##########
solr/webapp/build.gradle:
##########
@@ -97,6 +97,7 @@ task downloadBrowserify(type: NpmTask) {
tasks.register("generateUiDevFiles") {
description = "Generate new UI for development and add files to outputs for
later referencing."
group = "build"
+ onlyIf { rootProject.ext.withNewUiModule }
Review Comment:
Maybe it'd be cleaner to detect if the `:solr:ui` exists?
--
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]