From d79698c498e5fb3cd3b8cc32619a6a977bec6b88 Mon Sep 17 00:00:00 2001 From: shker <1159181016@qq.com> Date: Wed, 16 Oct 2024 22:39:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0=E8=87=B31.?= =?UTF-8?q?4.3=EF=BC=8C=E5=B9=B6=E6=9B=B4=E6=96=B0patchPluginXml=E7=9B=B4?= =?UTF-8?q?=E8=87=B3=E7=89=88=E6=9C=AC243.*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shker <1159181016@qq.com> --- build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 666d4c9..4d985bb 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group = "tech.shiker" -version = "1.4.2" +version = "1.4.3" repositories { maven { url 'https://maven.aliyun.com/repository/central/' } @@ -35,6 +35,7 @@ tasks.withType(JavaCompile).configureEach { patchPluginXml { //注意这个版本号不能高于上面intellij的version,否则runIde会报错 sinceBuild = '231' + untilBuild = '243.*' } publishing {