jiangzho commented on code in PR #113:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/113#discussion_r1761650851
##########
build-tools/docs-utils/build.gradle:
##########
@@ -38,3 +38,5 @@ tasks.register('generateConfPropsDoc', Exec) {
description = "Generate config properties doc for operator"
commandLine "java", "-classpath",
sourceSets.main.runtimeClasspath.getAsPath(), javaMainClass, docsPath
}
+
+build.finalizedBy(generateConfPropsDoc)
Review Comment:
This ensures the generated doc is updated per `gradle build` when new conf
is introduced, if any
--
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]