From 58bc62dfff83d24914c90cb83d117348f52fba87 Mon Sep 17 00:00:00 2001 From: zhouping Date: Wed, 1 Jan 2020 14:10:30 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-1298=20=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step1.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.third_step1.gradle b/build.third_step1.gradle index bc63554c2..6ef96581a 100644 --- a/build.third_step1.gradle +++ b/build.third_step1.gradle @@ -106,7 +106,7 @@ dependencies{ compile fileTree(dir:"${srcDir}/fine-antlr4/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/fine-aspectj/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/fine-commons-logging/lib",include:'**/*.jar') - compile fileTree(dir:"${srcDir}/fine-css-parser/lib",include:'**/*.jar') + compile fileTree(dir:"${srcDir}/fine-cssparser/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/fine-freehep/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/fine-hsqldb/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/fine-jgit/lib",include:'**/*.jar')