jdaugherty commented on code in PR #15327:
URL: https://github.com/apache/grails-core/pull/15327#discussion_r3073576628
##########
grails-doc/build.gradle:
##########
@@ -121,6 +122,11 @@ combinedGroovydoc.configure { Groovydoc gdoc ->
gdoc.outputs.dir(gdoc.destinationDir)
}
+def fixGroovydocLinks = tasks.register('fixGroovydocLinks',
FixGroovydocLinksTask) {
Review Comment:
It's fine to write a task to help identify bad links, but we shouldn't be
"patching" our docs like this. We should fix the source issue. The task needs
to be changed to an audit task or even a build failure that can be triggered
via a separate CI (like we do CI or the version mismatches)
--
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]