Skip to content

Commit

Permalink
Removed version from pluginUntilBuild to make it compatible with futu…
Browse files Browse the repository at this point in the history
…re IDE versions (and 2024.1)
  • Loading branch information
JBou committed May 5, 2024
1 parent 3ff57e2 commit 0cdd32d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## [Unreleased]

- Removed `version` from `pluginUntilBuild` to make it compatible with future IDE versions (and 2024.1)

## [0.0.1] - 2024-04-20

### Added
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.github.jbou.ideaundelegaterun
pluginName = idea-undelegate-run
pluginRepositoryUrl = https://github.com/JBou/idea-undelegate-run
# SemVer format -> https://semver.org
pluginVersion = 0.0.1
pluginVersion = 0.0.2

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

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand All @@ -19,7 +19,7 @@ platformVersion = 2022.3.3
platformPlugins = com.intellij.java, com.intellij.gradle

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 8.5
gradleVersion = 8.7

# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false
Expand Down

0 comments on commit 0cdd32d

Please sign in to comment.