File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,9 @@ dependencies {
44
44
45
45
// See https://github.com/JetBrains/gradle-intellij-plugin/
46
46
intellij {
47
- version = " 2021.2"
47
+ // https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#intellij-platform-based-products-of-recent-ide-versions
48
+ // https://confluence.jetbrains.com/display/IDEADEV/IDEA+2021.2+latest+builds
49
+ version = " 212.5712.43"
48
50
type = " IC"
49
51
plugins = [' java' ,
50
52
// TODO: SAT-1539 - specify version of android plugin to be supported by our kotlin version.
@@ -53,7 +55,8 @@ intellij {
53
55
' org.jetbrains.android' ]
54
56
55
57
patchPluginXml {
56
- version = project. version
58
+ sinceBuild = ' 212'
59
+ untilBuild = ' 221.*'
57
60
}
58
61
}
59
62
Original file line number Diff line number Diff line change 4
4
<id >org.utbot.intellij.plugin.id</id >
5
5
<name >UnitTestBot</name >
6
6
<vendor >utbot.org</vendor >
7
- <idea-version since-build =" 202.8194.7" />
7
+ <!-- Do not insert, it is updated from build.gradle-->
8
+ <!-- <idea-version since-build="202.8194.7"/>-->
8
9
<version >2022.7-beta</version >
9
10
<depends >com.intellij.modules.platform</depends >
10
11
<depends >com.intellij.modules.java</depends >
You can’t perform that action at this time.
0 commit comments