jdaugherty commented on issue #14756:
URL: https://github.com/apache/grails-core/issues/14756#issuecomment-2892267621
Gradle tasks are isolated which means it doesn't have access to the version
of groovy that gradle has - so we have to provide it. Otherwise, when the
FindMainTask calls the MainClassFinder it will fail saying groovy was not
found. Gradle plugins, however, are not isolated. In my testing, this still
worked when we provided it.
I didn't see a conflict when testing locally. This error some how
indicates the gradle classpath is getting onto the application classpath?
--
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]