You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/04/14 09:43:58 UTC

[groovy] branch master updated: remove duplicate entries in jars warnings (cont'd)

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5549d27920 remove duplicate entries in jars warnings (cont'd)
5549d27920 is described below

commit 5549d27920e8aec949e9023e39b2968156eda00c
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Apr 14 19:43:51 2022 +1000

    remove duplicate entries in jars warnings (cont'd)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 4ee61d3ddd..3247d11c54 100644
--- a/build.gradle
+++ b/build.gradle
@@ -183,7 +183,7 @@ configurations {
 
 allprojects {
     tasks.withType(AbstractCopyTask).configureEach {
-        it.duplicatesStrategy = DuplicatesStrategy.FAIL
+        it.duplicatesStrategy = DuplicatesStrategy.WARN
     }
 }