File tree 1 file changed +8
-13
lines changed
1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ buildscript {
9
9
10
10
ext. kotlin_version = Version.INSTANCE.Kotlin (ext. ijVersion)
11
11
ext. java_version = Version.INSTANCE.Java (ext. ijVersion)
12
- ext. kotlin_stdlib = " kotlin-stdlib"
13
12
14
13
ext. saxon_version = " 9.9.1-7"
15
14
ext. jsoup_version = " 1.15.4"
@@ -35,7 +34,6 @@ buildscript {
35
34
36
35
plugins {
37
36
id " org.jetbrains.intellij.platform" version " 2.0.0"
38
- id " org.jetbrains.intellij.platform.migration" version " 2.0.0"
39
37
}
40
38
41
39
configure(allprojects - project(' :src' )) {
@@ -63,11 +61,6 @@ configure(allprojects - project(':src')) {
63
61
jvmToolchain(java_version)
64
62
}
65
63
66
- intellij {
67
- version = idea_version
68
- type = idea_type
69
- }
70
-
71
64
runIde {
72
65
maxHeapSize = " 2g"
73
66
}
@@ -180,12 +173,14 @@ tasks {
180
173
}
181
174
182
175
println " Building for IntelliJ ${ idea_type} version '${ idea_version} ', since build '${ idea_since_build} '"
183
-
184
- intellij. updateSinceUntilBuild = true
185
- intellij. sameSinceUntilBuild = true // 'until' is an open 'since' build
186
-
187
- patchPluginXml {
188
- sinceBuild = " ${ idea_since_build} "
176
+
177
+ intellijPlatform {
178
+ pluginConfiguration {
179
+ ideaVersion {
180
+ sinceBuild = " $idea_since_build "
181
+ untilBuild = " $idea_since_build . *"
182
+ }
183
+ }
189
184
}
190
185
191
186
repositories {
You can’t perform that action at this time.
0 commit comments