From c98e64bbfdf3b5d48e25dafd78f1535e1b32a06c Mon Sep 17 00:00:00 2001 From: "yaoh.wu" Date: Mon, 18 Mar 2019 11:08:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E4=BB=BB=E5=8A=A1=EF=BC=8C=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 ++- build.third_step1.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 249963d2c..7eefa4456 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.iml -.idea/ \ No newline at end of file +.idea/ +.gradle/ \ No newline at end of file diff --git a/build.third_step1.gradle b/build.third_step1.gradle index 20fa92efd..b219bea26 100644 --- a/build.third_step1.gradle +++ b/build.third_step1.gradle @@ -58,7 +58,7 @@ dependencies{ compile fileTree(dir:"${srcDir}/fine-poi/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/fine-quartz/lib",include:'**/*.jar') compile fileTree(dir:"${srcDir}/build/libs/",include:'**/*.jar') - compile "com.fr.third:fine-third:10.0-RELEASE-SNAPSHOT" + compile "com.fr.third:fine-third-base:10.0-BASE-SNAPSHOT" compile fileTree(dir:"../../finereport-lib-other/${branchName}",include:'**/*.jar') testCompile 'junit:junit:4.12' }