-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update to Gradle 8.10 #140
Conversation
.get() | ||
.displayName | ||
|
||
configurations.configureEach { |
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.
why is this needed?
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.
A number of dependencies were still pulling in org.codehaus.groovy at the time.
|
||
bootJar { | ||
duplicatesStrategy = DuplicatesStrategy.INCLUDE |
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.
why?
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.
To work around duplicates that exist during the build. These were new after upgrade to gradle 8.10, but DuplicatesStrategy is set in other Grails projects.
Requires the following PRs to be merged and snapshots to be published. Then passes all tests.
grails/grails-core#13622 - merged already
grails/grails-core#13630 - duplicate messageSource
grails/grails-views#581 - duplicate messageSource
-x test -x integrationTest can be removed from gradle.yml once the above PRs are completed.