Skip to content

Commit

Permalink
Fix "untilBuild"
Browse files Browse the repository at this point in the history
DCAZAYUS committed Nov 8, 2024
1 parent c5734b9 commit 1f7d81c
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@

## [Unreleased]

### Added

- Unlimited **Until Build**

## [0.0.2] - 2024-11-01

### Added
@@ -17,5 +21,7 @@
- Initial Version

[Unreleased]: https://github.com/Cazayus/CmdSupport/compare/v0.0.2...HEAD

[0.0.2]: https://github.com/Cazayus/CmdSupport/compare/v0.0.1...v0.0.2

[0.0.1]: https://github.com/Cazayus/CmdSupport/commits/v0.0.1
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -83,6 +83,7 @@ intellijPlatform {

ideaVersion {
sinceBuild = providers.gradleProperty("pluginSinceBuild")
untilBuild = providers.provider { null }
}
}

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ pluginGroup=com.github.cazayus.cmdsupport
pluginName=CmdSupport
pluginRepositoryUrl=https://github.com/Cazayus/CmdSupport
# SemVer format -> https://semver.org
pluginVersion=0.0.2
pluginVersion=0.0.3
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild=233
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension

0 comments on commit 1f7d81c

Please sign in to comment.