Skip to content

Commit

Permalink
Update untilBuild property and make plugin compatible with new Intell…
Browse files Browse the repository at this point in the history
…ij version
  • Loading branch information
Dimitrii Lipiridi committed Dec 11, 2023
1 parent 15de104 commit e8ac895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@

## [Unreleased]

## [1.0.4] - 2023-12-11

### Changed
- Update Gradle version
- Remove untilBuild property and make plugin compatible with all future intellij version
- Update untilBuild property and make plugin compatible with new Intellij version

## [1.0.3] - 2023-08-17

Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ tasks {
patchPluginXml {
version = properties("pluginVersion")
sinceBuild = properties("pluginSinceBuild")
untilBuild = properties("pluginUntilBuild")

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription = providers.fileContents(layout.projectDirectory.file("README.md")).asText.map {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pluginVersion=1.0.4

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=222
pluginUntilBuild=233.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType=IC
Expand Down

0 comments on commit e8ac895

Please sign in to comment.