Skip to content

Commit

Permalink
[fix] Plugin should not have until build number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blarc committed Mar 29, 2023
1 parent 8c72e8d commit 910d5a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Added
- Refactor null checking in FileListener.

### Fixed
- Plugin should not have until build number.

## [1.5.2] - 2023-01-31

### Fixed
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ intellij {
pluginName.set(properties("pluginName"))
version.set(properties("platformVersion"))
type.set(properties("platformType"))
updateSinceUntilBuild.set(false)

plugins.set(
properties("platformPlugins").split(',')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluginSinceBuild = 223

# https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
platformVersion = 2022.3
platformVersion = 2023.1

# https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down

0 comments on commit 910d5a0

Please sign in to comment.