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.
untilBuild
1 parent aa20438 commit f5dc4b9Copy full SHA for f5dc4b9
build.gradle.kts
@@ -60,7 +60,7 @@ tasks {
60
61
patchPluginXml {
62
sinceBuild.set("233")
63
- untilBuild.set("251.*")
+ untilBuild.set(provider { null })
64
}
65
66
signPlugin {
0 commit comments