Skip to content

Commit

Permalink
hotfix: limit release 2.7.0 with 2024.2*
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 3, 2024
1 parent a5656c6 commit 05ee142
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

## 2.7.0+jre21
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/643480)
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/643494)
- [GitHub](https://github.com/asyncapi/jasyncapi-idea-plugin/releases/new?tag=2.7.0%2Bjre17)

### Added

- IDEA 2024.3
- Resolve local references for correct AsyncAPI specification rendering

### Fixed
Expand Down
8 changes: 5 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ intellijPlatform {
changeNotes = """
<h3>Added</h3>
<ul>
<li>IDEA 2024.3</li>
<li>Resolve local references for correct AsyncAPI specification rendering</li>
</ul>
<h3>Fixed</h3>
Expand Down Expand Up @@ -115,7 +114,10 @@ intellijPlatform {
"2024.2.0.1",
"2024.2.0.2",
"2024.2.1",
"2024.3"
"2024.2.2",
"2024.2.3",
"2024.2.4",
"2024.2.5"
))
}
}
Expand All @@ -124,7 +126,7 @@ intellijPlatform {
tasks {
patchPluginXml {
sinceBuild = "223"
untilBuild = "243.*"
untilBuild = "242.*"
}
}

Expand Down

0 comments on commit 05ee142

Please sign in to comment.