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