From 60c1d338f9647db84b6a81823a0d589f7823bee4 Mon Sep 17 00:00:00 2001 From: "Cloud.Liu" Date: Thu, 13 Jan 2022 13:37:26 +0800 Subject: [PATCH] =?UTF-8?q?DEC-22165=20fix:=20=E7=A7=BB=E9=99=A4pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step0.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.third_step0.gradle b/build.third_step0.gradle index 741f21761..6ba98602f 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -173,6 +173,7 @@ task unpackEssential(type:Copy) { for (File file : configurations.essential.files) { from (zipTree(file)) { exclude "META-INF/versions/11/*" + exclude "META-INF/maven/com.zaxxer/**" } } into classesDir