Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit a522381

Browse files
committed
fix: Plugin should be compatible with new versions.
1 parent ed69d08 commit a522381

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
### Fix
5+
- Plugin should not have until build number.
46

57
## [0.3.0] - 2023-03-28
68

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ intellij {
2424
pluginName.set(properties("pluginName"))
2525
version.set(properties("platformVersion"))
2626
type.set(properties("platformType"))
27+
updateSinceUntilBuild.set(false)
2728

2829
plugins.set(
2930
properties("platformPlugins").split(',')

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pluginSinceBuild = 223
1111

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

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

0 commit comments

Comments
 (0)