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 5fcc184 commit 54a45e4Copy full SHA for 54a45e4
plugin/build.gradle.kts
@@ -110,6 +110,7 @@ tasks {
110
patchPluginXml {
111
version.set(projectVersion)
112
sinceBuild.set(pluginSinceBuild)
113
+ untilBuild.set("223.*")
114
115
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
116
pluginDescription.set(
0 commit comments