1 parent 379449a commit ee9dddeCopy full SHA for ee9ddde
2 files changed
build.gradle.kts
@@ -54,7 +54,6 @@ intellijPlatform {
54
55
ideaVersion {
56
sinceBuild = providers.gradleProperty("pluginSinceBuild")
57
- untilBuild = providers.gradleProperty("pluginUntilBuild")
58
}
59
60
@@ -75,4 +74,4 @@ intellijPlatform {
75
74
changelog {
76
groups.empty()
77
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")
78
-}
+}
gradle.properties
@@ -5,8 +5,6 @@ pluginName = React Css Modules All
5
pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all
6
# SemVer format -> https://semver.org
7
pluginVersion=1.5.1
8
-version=1.5.1
9
-
10
11
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
12
pluginSinceBuild=242
0 commit comments