-
-
Notifications
You must be signed in to change notification settings - Fork 961
Use groovy 4 for grails-gradle-tasks #14759
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Was conflicting with Groovy 4 version used by some other Grails dependencies in the build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the groovy dependency to use Groovy 4 for the grails-gradle tasks to resolve conflicts with other Grails dependencies. Key changes include updating the dependency group and version source for Groovy, and removing the exclusion for the Groovy group.
Comments suppressed due to low confidence (1)
grails-gradle/tasks/build.gradle:34
- Document the removal of the exclusion for org.apache.groovy to clarify that it is now required due to the upgrade to Groovy 4.
exclude group: 'org.apache.groovy'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet!
…rails-gradle-plugins
Groovy 3 was conflicting with Groovy 4 version used by some other Grails dependencies in the build, such as
org.apache.grails:grails-data-hibernate5
Resolves: