dongjoon-hyun commented on code in PR #460:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/460#discussion_r2700609299
##########
spark-operator/build.gradle:
##########
@@ -88,16 +88,22 @@ jar {
archiveVersion.set('')
}
+base {
+ description = "Spark Kubernetes Operator"
+ def artifact = "spark-kubernetes-operator"
+ archivesName = artifact
+}
Review Comment:
This is moved from the bottom to here because `shadowJar` needs to refer
this information.
--
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]