You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/04/14 07:19:20 UTC

[GitHub] [lucene] mocobeta commented on a diff in pull request #811: Add some basic tasks to help/workflow

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

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


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