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 61c7768 commit 11ec0c0Copy full SHA for 11ec0c0
build.gradle.kts
@@ -36,7 +36,7 @@ tasks {
36
37
patchPluginXml {
38
sinceBuild.set("222")
39
- untilBuild.set("241.*")
+ untilBuild.set("")
40
}
41
42
signPlugin {
src/main/resources/META-INF/plugin.xml
@@ -23,6 +23,10 @@
23
24
<change-notes><![CDATA[
25
<p>
26
+ <strong>Version 0.x.x</strong>
27
+ <ul>
28
+ <li>Remove max build number</li>
29
+ </ul>
30
<strong>Version 0.6.2</strong>
31
<ul>
32
<li>Allow plugin on newer IDE builds</li>
0 commit comments