diff --git a/build.gradle.kts b/build.gradle.kts index 2674cbb..066f752 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "com.wd" -version = "1.1.1" +version = "2.0.0" repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 84c91f5..1c59c9b 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -23,6 +23,13 @@
  • Support selection of Java version
  • Automatically generate project README and .gitignore files
  • +

    Version 2.0.0 Changes:

    +

    Usage:

    In IDEA, create an empty project (Empty Project), select "File > New > Create Maven Aggregation Project", then complete the configuration according to the wizard.

    Minimum supported version: IntelliJ IDEA 2020.3 and above

    @@ -36,6 +43,14 @@
  • 支持选择Java版本
  • 自动生成项目README和.gitignore文件
  • + +

    2.0.0版本变更:

    +

    使用方法:

    在IDEA中,首先创建空的工程(Empty Project)。选择"File > New > Create Maven Aggregation Project",然后按照向导完成配置。