jiangzho commented on code in PR #8: URL: https://github.com/apache/spark-kubernetes-operator/pull/8#discussion_r1575756074
########## gradle.properties: ########## @@ -15,6 +15,22 @@ # limitations under the License. # +group=org.apache.spark.kubernetes.operator +version=0.1.0 + +fabric8Version=6.12.1 +commonsLang3Version=3.14.0 +commonsIOVersion=2.16.1 Review Comment: fabric8 client, commons library & log4j versions are designed to be inline with Apache Spark dependency version. -- 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]
