Skip to content

Commit

Permalink
Support all subsequent versions without updating.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rookie authored and Rookie committed Dec 5, 2022
1 parent 6c870a1 commit 1dd422b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tasks.withType(Javadoc) {
}

group 'org.rookie.plugins'
version '2.3'
version '2.5'

sourceCompatibility = 1.8

Expand All @@ -32,9 +32,14 @@ dependencies {
intellij {
version = '2021.3'
plugins = ['com.intellij.java']
updateSinceUntilBuild = false
}
patchPluginXml {
changeNotes = """
2.5 (2022-12-02) <br>
<ul>
<li>Support all subsequent versions without updating</li>
</ul>
2.3 (2022-12-01) <br>
<ul>
<li>Support the latest version of idea</li>
Expand Down

0 comments on commit 1dd422b

Please sign in to comment.