Skip to content

Remove Duplicate Jar workaround once asset-pipeline 5.0.9 is released and published #2082

@jamesfredley

Description

@jamesfredley

This was a temporary workaround until asset-pipeline 5.0.9 which points to the org.apache.grails coordinates is published.

wondrify/asset-pipeline#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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions