Skip to content

Commit 46b6dab

Browse files
committed
feat: update
1 parent 0bb9dc8 commit 46b6dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tasks {
8383
patchPluginXml {
8484
version.set(properties("pluginVersion"))
8585
sinceBuild.set(properties("pluginSinceBuild"))
86-
// untilBuild.set(properties("pluginUntilBuild"))
86+
untilBuild.set(properties("pluginUntilBuild"))
8787

8888
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
8989
pluginDescription.set(

0 commit comments

Comments
 (0)