From 840d0c15e2e6e2107fb15dbcc73cfa946e632d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=B5=B7=E6=96=8C?= Date: Tue, 26 Apr 2022 11:18:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=202022.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index d6e5bfe..db96f8a 100644 --- a/build.gradle +++ b/build.gradle @@ -6,9 +6,9 @@ plugins { group 'com.alibaba.compileflow.designer' -version '1.0.14' +version '1.0.15' -sourceCompatibility = 1.8 +sourceCompatibility = 11 repositories { flatDir { @@ -108,5 +108,5 @@ patchPluginXml { """ sinceBuild '162.*' - untilBuild '213.*' + untilBuild '222.*' } \ No newline at end of file