Skip to content

Commit

Permalink
build: 解决构建时插件自动设置 untilBuild 的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
suiyun39 committed Nov 21, 2024
1 parent 6a781b3 commit 10844e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ intellijPlatform {

pluginConfiguration {
version = "1.3.2"

ideaVersion {
sinceBuild = "231"
untilBuild = provider { null }
}
}

publishing {
Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
Please refer to <a href="https://github.com/suiyun39/intellij-plugin-choose-license/releases">GitHub Release</a> for details.
]]></change-notes>

<!-- 插件兼容性
https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions -->
<idea-version since-build="231"/>

<!-- Product and plugin compatibility requirements.
Read more: https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 10844e3

Please sign in to comment.