Skip to content

Commit

Permalink
No upper bound ide version
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-fokin committed Sep 27, 2022
1 parent b17cd9a commit e735386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion utbot-intellij/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ tasks {

patchPluginXml {
sinceBuild.set("212")
untilBuild.set("221.*")
untilBuild.set("224.*")
}

}

dependencies {
Expand Down
1 change: 0 additions & 1 deletion utbot-intellij/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<depends>com.intellij.modules.platform</depends>
<depends>com.intellij.modules.java</depends>
<depends>org.jetbrains.kotlin</depends>

<!--Optional dependency on org.jetbrains.android-->
<depends optional="true" config-file="withAndroid.xml">org.jetbrains.android</depends>

Expand Down

0 comments on commit e735386

Please sign in to comment.