Skip to content

Commit 11ec0c0

Browse files
committed
Set until-build to an empty string to remove bounds
1 parent 61c7768 commit 11ec0c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks {
3636

3737
patchPluginXml {
3838
sinceBuild.set("222")
39-
untilBuild.set("241.*")
39+
untilBuild.set("")
4040
}
4141

4242
signPlugin {

src/main/resources/META-INF/plugin.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323

2424
<change-notes><![CDATA[
2525
<p>
26+
<strong>Version 0.x.x</strong>
27+
<ul>
28+
<li>Remove max build number</li>
29+
</ul>
2630
<strong>Version 0.6.2</strong>
2731
<ul>
2832
<li>Allow plugin on newer IDE builds</li>

0 commit comments

Comments
 (0)