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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org