From cc39f448b208266c7dd6cc37d6a70a0f359ec9c6 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 3 Jan 2018 10:57:35 +0800 Subject: [PATCH] 1 --- build.third_step3.gradle | 2 +- build.third_step4.gradle | 2 +- build.third_step5.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.third_step3.gradle b/build.third_step3.gradle index aa81f2dcf..4c93eefb8 100644 --- a/build.third_step3.gradle +++ b/build.third_step3.gradle @@ -7,7 +7,7 @@ tasks.withType(JavaCompile){ //指定构建的jdk版本 sourceCompatibility=1.5 def jarname="fr-third-9.0.jar" -def classesDir='build/classes/2' +def classesDir='build/classes/3' def ftpreport='E:/ftp/share/report/' //解压lib下的jar到classes文件夹 jar{ diff --git a/build.third_step4.gradle b/build.third_step4.gradle index f36cc7d05..4d4496618 100644 --- a/build.third_step4.gradle +++ b/build.third_step4.gradle @@ -7,7 +7,7 @@ tasks.withType(JavaCompile){ //指定构建的jdk版本 sourceCompatibility=1.5 def jarname="fr-third-9.0.jar" -def classesDir='build/classes/2' +def classesDir='build/classes/4' def ftpreport='E:/ftp/share/report/' //解压lib下的jar到classes文件夹 jar{ diff --git a/build.third_step5.gradle b/build.third_step5.gradle index ec5f4bef6..37c13a541 100644 --- a/build.third_step5.gradle +++ b/build.third_step5.gradle @@ -7,7 +7,7 @@ tasks.withType(JavaCompile){ //指定构建的jdk版本 sourceCompatibility=1.5 def jarname="fr-third-9.0.jar" -def classesDir='build/classes/2' +def classesDir='build/classes/5' def ftpreport='E:/ftp/share/report/' //解压lib下的jar到classes文件夹 jar{