From af33d738ddb8ae259816c76bfe53b2bf3b369a2f Mon Sep 17 00:00:00 2001
From: wandong <1938023944@qq.com>
Date: Wed, 23 Jul 2025 14:30:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E8=AF=B4?=
=?UTF-8?q?=E6=98=8E=20=E4=BF=AE=E6=94=B9=E6=8F=92=E4=BB=B6=E7=89=88?=
=?UTF-8?q?=E6=9C=AC=20=E4=BB=A5=E6=94=AF=E6=8C=81=E5=8F=91=E5=B8=83?=
=?UTF-8?q?=E5=88=B0=E5=BA=94=E7=94=A8=E5=B8=82=E5=9C=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
build.gradle.kts | 2 +-
src/main/resources/META-INF/plugin.xml | 27 +++++++++++++++++++-------
2 files changed, 21 insertions(+), 8 deletions(-)
diff --git a/build.gradle.kts b/build.gradle.kts
index 308cc97..6e4fdae 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -43,7 +43,7 @@ tasks {
patchPluginXml {
sinceBuild.set("203") // 2020.3 的构建号是 203
- untilBuild.set("2999.9") // 表示支持到未来所有版本(例如支持到 2099 年)
+ untilBuild.set("253.*") // 表示支持到未来所有版本(例如支持到 2099 年)
}
signPlugin {
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 04c3780..2b72c43 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -14,7 +14,19 @@
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of tag.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
Quickstart for generating Maven aggregation projects, helping you create standard multi-module Maven project structures.
+Main Features:
+Usage:
+In IDEA, select "File > New > Create Maven Aggregation Project", then complete the configuration according to the wizard.
+Minimum supported version: IntelliJ IDEA 2020.3 and above
+Maven聚合项目快速生成插件,帮助您快速创建标准的多模块Maven项目结构。
主要功能:
使用方法:
在IDEA中,选择"File > New > Create Maven Aggregation Project",然后按照向导完成配置。
最低支持版本:IntelliJ IDEA 2020.3及以上版本
- ]]> +]]> + @@ -43,15 +56,15 @@