From c5ec2c811c400001c1307b1be1d91c011c3d0491 Mon Sep 17 00:00:00 2001 From: Harrison Date: Mon, 22 Jul 2019 13:55:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=20feature=20=E6=BA=90?= =?UTF-8?q?=E7=A0=81=E7=BC=96=E8=AF=91=E7=AD=89=E7=BA=A7=E4=B8=BA=201.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.third_step2.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.third_step2.gradle b/build.third_step2.gradle index ffcfeedab..576e44231 100644 --- a/build.third_step2.gradle +++ b/build.third_step2.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/2'