Skip to content

Commit 960e6e5

Browse files
committed
build: set untilBuild property to 222.*
1 parent e3ce37b commit 960e6e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tasks {
4343
patchPluginXml {
4444
version.set(project.version.toString())
4545
sinceBuild.set(properties("pluginSinceBuild"))
46-
untilBuild.set(null as String?)
46+
untilBuild.set(properties("pluginUntilBuild"))
4747

4848
val projectPath = projectDir.path
4949
pluginDescription.set((File("$projectPath/plugin-description.html").readText(Charsets.UTF_8)))

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ version=0.1.2
22
platformType=IU
33
platformVersion=202.6397.94
44
pluginSinceBuild=202.6397
5+
pluginUntilBuild=222.*
56
kotlin.code.style=official

0 commit comments

Comments
 (0)