From 05381282b8663a548bf5ba2044a02a47f65762da Mon Sep 17 00:00:00 2001 From: "andrew.asa" Date: Mon, 9 Sep 2019 15:23:05 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-1226=20=E5=8E=BB=E6=8E=89core=20?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=E7=9A=84objenesis=EF=BC=8C=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=88=B01.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step0.gradle | 4 ++-- build.third_step1.gradle | 4 ++-- build.third_step3.gradle | 4 ++-- build.third_step4.gradle | 4 ++-- build.third_step5.gradle | 4 ++-- build.third_step6.gradle | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/build.third_step0.gradle b/build.third_step0.gradle index 8fc464d7f..16e8a5a6e 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -10,9 +10,9 @@ configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'seconds' } //源码版本 -sourceCompatibility=1.6 +sourceCompatibility=1.7 //构建的class版本 -targetCompatibility=1.6 +targetCompatibility=1.7 //解压lib下的jar到classes文件夹 diff --git a/build.third_step1.gradle b/build.third_step1.gradle index e545d8a7c..7226ebfc4 100644 --- a/build.third_step1.gradle +++ b/build.third_step1.gradle @@ -6,9 +6,9 @@ tasks.withType(JavaCompile){ } //源码版本 -sourceCompatibility=1.6 +sourceCompatibility=1.7 //构建的class版本 -targetCompatibility=1.6 +targetCompatibility=1.7 def jarname="fine-third-10.0.jar" def classesDir='build/classes/1' diff --git a/build.third_step3.gradle b/build.third_step3.gradle index 4e80a9326..6c62fc166 100644 --- a/build.third_step3.gradle +++ b/build.third_step3.gradle @@ -6,9 +6,9 @@ tasks.withType(JavaCompile){ } //源码版本 -sourceCompatibility=1.6 +sourceCompatibility=1.7 //构建的class版本 -targetCompatibility=1.6 +targetCompatibility=1.7 def jarname="fine-third-10.0.jar" def classesDir='build/classes/3' diff --git a/build.third_step4.gradle b/build.third_step4.gradle index 46de47c24..56c40229a 100644 --- a/build.third_step4.gradle +++ b/build.third_step4.gradle @@ -6,9 +6,9 @@ tasks.withType(JavaCompile){ } //源码版本 -sourceCompatibility=1.6 +sourceCompatibility=1.7 //构建的class版本 -targetCompatibility=1.6 +targetCompatibility=1.7 def jarname="fine-third-10.0.jar" def classesDir='build/classes/4' diff --git a/build.third_step5.gradle b/build.third_step5.gradle index d45e1b48e..1a8c6b1ed 100644 --- a/build.third_step5.gradle +++ b/build.third_step5.gradle @@ -6,9 +6,9 @@ tasks.withType(JavaCompile){ } //源码版本 -sourceCompatibility=1.6 +sourceCompatibility=1.7 //构建的class版本 -targetCompatibility=1.6 +targetCompatibility=1.7 def jarname="fine-third-10.0.jar" def classesDir='build/classes/5' diff --git a/build.third_step6.gradle b/build.third_step6.gradle index de18cbab9..b96bfc3c7 100644 --- a/build.third_step6.gradle +++ b/build.third_step6.gradle @@ -6,9 +6,9 @@ tasks.withType(JavaCompile){ } //源码版本 -sourceCompatibility=1.6 +sourceCompatibility=1.7 //构建的class版本 -targetCompatibility=1.6 +targetCompatibility=1.7 def jarname="fine-third-10.0.jar" def classesDir='build/classes/6'