Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
release: 1.5.0+idea2021
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Apr 17, 2022
1 parent 9c8e5b3 commit 60cdb4a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 8 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.5.0+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/167090)
- [GitHub](https://github.com/Pakisan/jasyncapi-idea-plugin/releases/tag/1.4.0%2Bidea2021)

### Added
- Compatability with IDEA 2022.1

### Changed
- was changed `org.jetbrains.intellij` version
- 1.4.0 -> 1.5.3
- was changed `intellij-plugin-verifier` version
- 1.268 -> 1.278
- was changed `Gradle` version
- 6.8 -> 7.4.2
- was changed `JUnit` version
- 4.12 -> 5.8.2


## 1.4.0+idea2021
published to:
- [JetBrains marketplace](https://plugins.jetbrains.com/plugin/15673-asyncapi/versions/stable/167090)
Expand Down
15 changes: 7 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group "com.asyncapi.plugin.idea"
version = "1.4.0+idea2021"
version = "1.5.0+idea2021"

repositories {
mavenCentral()
Expand All @@ -21,18 +21,16 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version.set("2021.3")
version.set("2022.1")
plugins.set(listOf("yaml"))
}
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
sinceBuild.set("211")
untilBuild.set("213.*")
untilBuild.set("221.*")
changeNotes.set("""
<b>New AsyncAPI versions:</b>
<b>IDEA compatability:</b>
<ul>
<li>2.1.0</li>
<li>2.2.0</li>
<li>2.3.0</li>
<li>IDEA 2022.1</li>
</ul>
""".trimIndent())
}
Expand All @@ -50,7 +48,8 @@ tasks.getByName<org.jetbrains.intellij.tasks.RunPluginVerifierTask>("runPluginVe
"2021.3",
"2021.3.1",
"2021.3.2",
"2021.3.3"
"2021.3.3",
"2022.1"
))
verifierVersion.set("1.278")
}
Expand Down

0 comments on commit 60cdb4a

Please sign in to comment.