Skip to content

Commit ead312d

Browse files
committed
try fix jetbrain error marketplace
1 parent d9dff7f commit ead312d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jetbrains-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "xyz.devglobe"
8-
version = "1.1.3"
8+
version = "1.1.2"
99

1010
repositories {
1111
mavenCentral()
@@ -24,7 +24,7 @@ intellijPlatform {
2424
pluginConfiguration {
2525
ideaVersion {
2626
sinceBuild = "233"
27-
untilBuild = provider { null }
27+
untilBuild = "263.*"
2828
}
2929
}
3030
publishing {

0 commit comments

Comments
 (0)