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{