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

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


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

commit 7546f98c9c9a3c655006785c5bd4a5e0fda32e0c
Author: Paul King <[email protected]>
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 66164b88ac..e9afad3719 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
     }
 }
 

Reply via email to