matrei commented on PR #14093: URL: https://github.com/apache/grails-core/pull/14093#issuecomment-2766596946
> > > Did you also test grails-doc and make sure if it has this code that it can still generate? > > > > > > I don't know what you mean by this. > > https://github.com/apache/grails-doc can either checkout or point to a grails home. It will then build the documentation to be published. You should be able to checkout that project, point it to this branch, and then run the doc task to generate documentation. If it doesn't work, we'll need to adjust the gradle files ... Aha, I see what you mean. It does seem to work. `grails-doc` even includes Groovy 4 on the build classpath!! https://github.com/apache/grails-doc/blob/174051c0d071bc889d213f46820d2aab9b02eb4a/buildSrc/build.gradle#L16-L20 -- 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]
