Skip to content

Commit ee9ddde

Browse files
committed
chore(build): 移除多余的版本属性配置
- 删除 gradle.properties 中重复的 version 属性 - 移除 ideaVersion 配置块中的 untilBuild 属性 - 清理 build.gradle.kts 文件末尾多余空行
1 parent 379449a commit ee9ddde

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ intellijPlatform {
5454

5555
ideaVersion {
5656
sinceBuild = providers.gradleProperty("pluginSinceBuild")
57-
untilBuild = providers.gradleProperty("pluginUntilBuild")
5857
}
5958
}
6059

@@ -75,4 +74,4 @@ intellijPlatform {
7574
changelog {
7675
groups.empty()
7776
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
78-
}
77+
}

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ pluginName = React Css Modules All
55
pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all
66
# SemVer format -> https://semver.org
77
pluginVersion=1.5.1
8-
version=1.5.1
9-
108

119
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1210
pluginSinceBuild=242

0 commit comments

Comments
 (0)