Skip to content

Commit

Permalink
Merge pull request #191 from timja/bump-min-version
Browse files Browse the repository at this point in the history
Update minimum version to 2023.3
  • Loading branch information
duemir authored Nov 21, 2024
2 parents 451c18a + abc951f commit 0d328d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ intellij {
}

patchPluginXml {
sinceBuild = "223.00"
sinceBuild = "233.00"
untilBuild = ""
pluginDescription = extractPluginDescription()
changeNotes = """
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# used for intellij build, see https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-version
ideaVersion=2022.3
ideaVersion=2023.3
# specific property for runPluginVerifier to override during runtime `-PsinceIdeaVersion=2022.1`
sinceIdeaVersion=
# see https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-type for list of accepted types
Expand Down

0 comments on commit 0d328d4

Please sign in to comment.