jiakuan / gwt-gradle-plugin

Gradle plugin to support GWT related tasks.
https://gwt-gradle.docstr.org
Other
63 stars 34 forks source link

warTemplate duplicate handling strategy #65

Open vladikk007 opened 1 year ago

vladikk007 commented 1 year ago

warTemplate task do not allow to set duplicate strategy.

Execution failed for task ':Project:warTemplate'.

Entry WEB-INF/lib/jaxb-xjc-2.3.5.jar is a duplicate but no duplicate handling strategy has been set. Please refer to https://docs.gradle.org/7.5.1/dsl/org.gradle.api.tasks.Copy.html#org.gradle.api.tasks.Copy:duplicatesStrategy for details.

It would be great to add the option to set duplicate strategy... Or is there any other solution?