diff --git a/build.third_step0.gradle b/build.third_step0.gradle index 4e67f50cc..7de441b96 100644 --- a/build.third_step0.gradle +++ b/build.third_step0.gradle @@ -9,7 +9,7 @@ tasks.withType(JavaCompile){ configurations.all { resolutionStrategy.cacheChangingModulesFor 0, 'seconds' } -// 指定构建的jdk版本 +//指定构建的jdk版本 sourceCompatibility=1.5