File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -217,6 +217,11 @@ intellijPlatform {
217
217
}
218
218
}
219
219
)
220
+
221
+ ideaVersion {
222
+ sinceBuild.set(properties(" pluginSinceBuild" ))
223
+ untilBuild = provider { null }
224
+ }
220
225
}
221
226
222
227
publishing {
Original file line number Diff line number Diff line change 1
- pluginVersion = 0.9.8-alpha.1
1
+ pluginVersion = 0.9.8-alpha.5
2
2
3
3
# Info about build ranges: https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
4
4
# Note that an xyz branch corresponds to version 20xy.z and a since build of xyz.*
5
5
# means that the first possible build is the next branch number after xyz, so e.g.
6
6
# a since build of 173.* is equal to 181
7
- pluginSinceBuild = 241
7
+ pluginSinceBuild = 242.0
8
8
9
9
# Token for releasing to Jetbrains using the Gradle intellij/publishPlugin task, for more information see the Gradle build file.
10
10
intellijPublishToken =mytoken
You can’t perform that action at this time.
0 commit comments