dimas-b commented on code in PR #2967:
URL: https://github.com/apache/polaris/pull/2967#discussion_r2487361688
##########
tools/config-docs/site/build.gradle.kts:
##########
@@ -53,6 +53,7 @@ val generatedMarkdownDocs =
tasks.register<JavaExec>("generatedMarkdownDocs") {
mainClass = "org.apache.polaris.docs.generator.ReferenceConfigDocsGenerator"
+ outputs.cacheIf { true }
Review Comment:
Just for my education 😅 : even with `cacheIf { true }` the files are still
subject to normal source/target modifications checks, right?
--
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]