malliaridis commented on code in PR #3261:
URL: https://github.com/apache/solr/pull/3261#discussion_r1992229936
##########
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:
Can do. :) Is there a better way to detect if the `:solr:ui` module exists?
I am only aware of something like `rootProject.subprojects.any { it.name ==
":solr:ui" }`.
--
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]