We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb9dc8 commit 46b6dabCopy full SHA for 46b6dab
build.gradle.kts
@@ -83,7 +83,7 @@ tasks {
83
patchPluginXml {
84
version.set(properties("pluginVersion"))
85
sinceBuild.set(properties("pluginSinceBuild"))
86
-// untilBuild.set(properties("pluginUntilBuild"))
+ untilBuild.set(properties("pluginUntilBuild"))
87
88
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
89
pluginDescription.set(
0 commit comments