Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Add support for Idea 2023.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clicman committed Sep 1, 2023
1 parent 9d6e9bf commit 5aa49e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
allprojects {

group = "ru.sbtqa.tag"
version = "1.5.10"
version = "1.5.11"

repositories {
mavenCentral()
Expand All @@ -26,7 +26,7 @@ allprojects {
}

intellij {
version.set("2023.1")
version.convention("2023.2")
type.set("IC")
plugins.set(listOf("java"))
}
Expand All @@ -50,6 +50,6 @@ tasks {

patchPluginXml {
changeNotes.set("""
Updated deprecated API""")
Support for 2023.2""")
}
}

0 comments on commit 5aa49e6

Please sign in to comment.