From f46a62d74c0fd22a3793a4ab13ce0a0f907e370a Mon Sep 17 00:00:00 2001 From: charile_Lu Date: Wed, 16 Sep 2020 09:34:10 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-5313=20refactor:=20=E4=BF=AE=E6=94=B9gra?= =?UTF-8?q?dle=E6=96=87=E4=BB=B6=E4=B8=AD=E7=89=88=E6=9C=AC=E4=B8=BA1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step1.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.third_step1.gradle b/build.third_step1.gradle index 0bb218e01..0a5597079 100644 --- a/build.third_step1.gradle +++ b/build.third_step1.gradle @@ -6,9 +6,9 @@ tasks.withType(JavaCompile){ } //源码版本 -sourceCompatibility=1.7 +sourceCompatibility=1.8 //构建的class版本 -targetCompatibility=1.7 +targetCompatibility=1.8 def jarname="fine-third-10.0.jar" def classesDir='build/classes/1' @@ -236,4 +236,4 @@ task copyFiles(type:Copy,dependsOn:'compileJava'){ } } -jar.dependsOn copyFiles +jar.dependsOn copyFiles \ No newline at end of file