Skip to content

Commit

Permalink
Revert "Removed upper Intellij version restriction"
Browse files Browse the repository at this point in the history
  • Loading branch information
Exidex committed Jan 23, 2024
1 parent af356c0 commit 003e873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ tasks {
patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
untilBuild.set(properties("pluginUntilBuild"))

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription.set(
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pluginName=intellij-kdl
pluginVersion=2.1.0

pluginSinceBuild=223
pluginUntilBuild=232.*

platformType=IC
platformVersion=2022.3
Expand Down

0 comments on commit 003e873

Please sign in to comment.