jamesfredley opened a new issue, #2082: URL: https://github.com/apache/grails-data-mapping/issues/2082
This was a temporary workaround until asset-pipeline 5.0.9 which points to the org.apache.grails coordinates is published. https://github.com/bertramdev/asset-pipeline/pull/376 https://github.com/apache/grails-data-mapping/pull/2081/files#diff-78a63a865b1c498f20027b517bf8e87387d5025d9d8a034197aa0d507abb3407 ``` tasks.matching { 'bootJar' == it.name }.configureEach { // Workaround for: // Execution failed for task ':core-examples-functional-test-app:bootJar'. // > Entry BOOT-INF/lib/grails-web-databinding-7.0.0-SNAPSHOT.jar is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/8.12.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details. enabled = false } ``` -- 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]
