Update 211 platform version for Kotlin plugin

This commit is contained in:
Nikita Bobko
2021-06-14 16:17:40 +02:00
parent 3bf7eef4d8
commit ce0bef6b60
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ if (buildProperties.getOrNull("attachedIntellijVersion") != null) {
fileName == "intellij.platform.debugger.testFramework.iml" || fileName == "intellij.gradle.tests.iml" ||
fileName == "intellij.platform.externalSystem.tests.iml" || fileName == "intellij.platform.lang.tests.iml" ||
fileName == "intellij.platform.testExtensions.iml" || fileName == "intellij.java.compiler.tests.iml" ||
fileName == "intellij.gradle.toolingExtension.tests.iml"
fileName == "intellij.gradle.toolingExtension.tests.iml" || fileName == "intellij.maven.iml"
) {
String projectName = ":kotlin-ide.${fileName.substring(0, fileName.length() - ".iml".length())}"
include(projectName)