dweiss commented on a change in pull request #323:
URL: https://github.com/apache/solr/pull/323#discussion_r719995908



##########
File path: solr/solr-ref-guide/build.gradle
##########
@@ -38,6 +38,17 @@ versionsLock {
 
 description = 'Solr reference guide'
 
+def shouldSkipTasks = propertyOrEnvOrDefault("solr.ref-guide.skip", 
"SOLR_REF_GUIDE_SKIP", "false")
+if (shouldSkipTasks.toLowerCase().startsWith("t")) {

Review comment:
       Hmm... I looked into it and the ref guide is not an artifact that is 
sucked in during the regular build:
   {code}
   gradlew -p solr/packaging assemble
   {code}
   
   I understand it does run when you're running {{gradlew assemble}} from the 
top level but this is actually what it's supposed to do - build all 
subprojects. The proper way to limit the build to what you need is to point at 
the tasks (or projects) you want to be built - then anything else is 
automatically ignored?




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

Reply via email to