Skip to content

Commit

Permalink
Merge pull request #9 from serh-ii/support-2023.2.1-version
Browse files Browse the repository at this point in the history
Support 2023.2.1 Idea version
  • Loading branch information
lukasbach authored Sep 1, 2023
2 parents 4d038f3 + 116fd8a commit 4030e4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'java'
id 'org.jetbrains.intellij' version '1.13.3'
id 'org.jetbrains.intellij' version '1.15.0'
}

group 'com.lukasbach.intellij'
version '1.0.6'
sourceCompatibility = 1.8
sourceCompatibility = 17

repositories {
mavenCentral()
Expand All @@ -23,8 +23,8 @@ buildSearchableOptions {
patchPluginXml {
version = project.version
sinceBuild = '202'
untilBuild = '231.*' // https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
changeNotes.set("<em>v1.0.0</em>")
untilBuild = '232.*' // https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
changeNotes.set("<em>v1.0.1</em>")
// changeNotes """
// <em>v1.0.0</em><br />
// Initial Release"""
Expand Down

0 comments on commit 4030e4d

Please sign in to comment.