Skip to content

Commit

Permalink
feat: IDEA 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Dec 6, 2023
1 parent 7a45c5f commit 0c1c56b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version.set("2023.1.5")
version.set("2023.3")
plugins.set(listOf("yaml"))
}
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
sinceBuild.set("223")
untilBuild.set("232.*")
untilBuild.set("233.*")
changeNotes.set("""
<p>Fixed issue with svg icon rendering, which was blocking showing of context menu with new files (right click, new)</p>
""".trimIndent())
Expand All @@ -52,6 +52,7 @@ tasks.getByName<org.jetbrains.intellij.tasks.RunPluginVerifierTask>("runPluginVe
"2023.2.3",
"2023.2.4",
"2023.2.5",
"2023.3",
))
verifierVersion.set("1.307")
}
Expand Down

0 comments on commit 0c1c56b

Please sign in to comment.