Skip to content

Commit

Permalink
feat: IDEA 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Aug 1, 2023
1 parent 2fd39aa commit 5686f00
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version.set("2023.1")
version.set("2023.2")
plugins.set(listOf("yaml"))
}
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
sinceBuild.set("223")
untilBuild.set("231.*")
untilBuild.set("232.*")
changeNotes.set("""
<p>Update to support IntelliJ IDEA 2023.1*</p>
<p>Update to support IntelliJ IDEA 2023.2*</p>
""".trimIndent())
}

Expand All @@ -42,6 +42,11 @@ tasks.getByName<org.jetbrains.intellij.tasks.RunPluginVerifierTask>("runPluginVe
"2022.3.3",
"2023.1",
"2023.1.1",
"2023.1.2",
"2023.1.3",
"2023.1.4",
"2023.1.5",
"2023.2",
))
verifierVersion.set("1.297")
}
Expand Down

0 comments on commit 5686f00

Please sign in to comment.