From 65edeb4daa2a8f7f611b5dd1ff16ad8e0a1c20f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yuan=2EWang-=E7=8E=8B=E5=9E=A3?= Date: Wed, 12 Apr 2023 20:01:30 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-91724=20=E5=AF=B9=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E7=9A=84=E5=8F=82=E6=95=B0=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step3-jdk11.gradle | 1 - build.third_step3.gradle | 3 --- 2 files changed, 4 deletions(-) diff --git a/build.third_step3-jdk11.gradle b/build.third_step3-jdk11.gradle index c7e3c42c4..b2e032bb7 100644 --- a/build.third_step3-jdk11.gradle +++ b/build.third_step3-jdk11.gradle @@ -75,7 +75,6 @@ String essentialVersion = findProperty("essentialVersion") //指定依赖 dependencies{ compileOnly "com.fr.essential:fine-essential:${essentialVersion}" - //compile fileTree(dir:"${srcDir}/fine-jboss-logging/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/build/libs/",include:'**/*.jar') compile fileTree(dir:System.getenv("JAVA_HOME"),include:"lib/tools.jar") compile group: "com.fr.third.server", name: "servlet-api", version: "3.0" diff --git a/build.third_step3.gradle b/build.third_step3.gradle index de9cccc68..29309dd53 100644 --- a/build.third_step3.gradle +++ b/build.third_step3.gradle @@ -58,7 +58,6 @@ String essentialVersion = findProperty("essentialVersion") //指定依赖 dependencies{ compileOnly "com.fr.essential:fine-essential:${essentialVersion}" - //compile fileTree(dir:"${srcDir}/fine-jboss-logging/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/build/libs/",include:'**/*.jar') compile fileTree(dir:System.getenv("JAVA_HOME"),include:"lib/tools.jar") compile group: "javax.servlet", name: "javax.servlet-api", version: "3.0.1" @@ -84,8 +83,6 @@ task copyFiles(type:Copy,dependsOn:'compileJava'){ with dataContent.call("${srcDir}/fine-itext/src/main/resources") with dataContent.call("${srcDir}/fine-jedis/src/main/java") with dataContent.call("${srcDir}/fine-jedis/src/main/resources") - //with dataContent.call("${srcDir}/fine-jboss-logging/src/main/java") - //with dataContent.call("${srcDir}/fine-jboss-logging/src/main/resources") into "${classesDir}" } }