Skip to content

Commit e735386

Browse files
committed
No upper bound ide version
1 parent b17cd9a commit e735386

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utbot-intellij/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ tasks {
6565

6666
patchPluginXml {
6767
sinceBuild.set("212")
68-
untilBuild.set("221.*")
68+
untilBuild.set("224.*")
6969
}
70+
7071
}
7172

7273
dependencies {

utbot-intellij/src/main/resources/META-INF/plugin.xml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<depends>com.intellij.modules.platform</depends>
1111
<depends>com.intellij.modules.java</depends>
1212
<depends>org.jetbrains.kotlin</depends>
13-
1413
<!--Optional dependency on org.jetbrains.android-->
1514
<depends optional="true" config-file="withAndroid.xml">org.jetbrains.android</depends>
1615

0 commit comments

Comments
 (0)