From 1232e835836de87ad63308cd8cb20749001e831a Mon Sep 17 00:00:00 2001 From: neil <459208047@qq.com> Date: Fri, 26 Apr 2019 18:36:20 +0800 Subject: [PATCH] . --- build.third_step0.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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