mocobeta commented on code in PR #811:
URL: https://github.com/apache/lucene/pull/811#discussion_r850154058


##########
help/workflow.txt:
##########
@@ -25,11 +25,22 @@ Assemble a single module's JAR (here for lucene-core):
 gradlew -p lucene/core assemble
 ls lucene/core/build/libs
 
+Assemble all JARs:

Review Comment:
   I copied these lines then modified it:
   
https://github.com/apache/lucene/blob/9b96a05f50a42f2a4c46fccbadd3057ba9b22933/help/workflow.txt#L24-L25
   
   If "JAR" is too specific, how about "artifacts"?
   ```
   Assemble all Lucene artifacts (JARs, and so on).
   gradlew assemble
   ```
   
   Gradle's documentation says "Translates Assembly language source files into 
object files." This would be correct but too general to me...
   
https://docs.gradle.org/current/dsl/org.gradle.language.assembler.tasks.Assemble.html



-- 
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...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to