We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db06b21 commit f2e381aCopy full SHA for f2e381a
build.gradle.kts
@@ -117,7 +117,7 @@ tasks {
117
val gitHubContentBasePath = "https://raw.githubusercontent.com/ekino/jcv-idea-plugin"
118
val gitHubRef = when {
119
pluginVersion.endsWith("-SNAPSHOT") -> "master"
120
- else -> pluginVersion
+ else -> "v$pluginVersion"
121
}
122
123
File("./README.md").readText().lines().run {
gradle.properties
@@ -3,7 +3,7 @@
3
pluginGroup = com.ekino.oss.jcv-idea-plugin
4
pluginName_ = JCV
5
pluginDescription = JCV IDEA plugin
6
-pluginVersion = 3.0.0-SNAPSHOT
+pluginVersion = 3.0.0
7
pluginSinceBuild = 201
8
pluginUntilBuild = 203.*
9
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
0 commit comments