2
0
Эх сурвалжийг харах

remove redundant bundledPlugin from intellijPlatform configuration

windchargerj 1 сар өмнө
parent
commit
436c2a0c87

+ 0 - 1
build.gradle.kts

@@ -68,7 +68,6 @@ dependencies {
     testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
     testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
     intellijPlatform {
     intellijPlatform {
         clion(runIdeVersion)
         clion(runIdeVersion)
-        bundledPlugin("com.intellij.clion")
     }
     }
 }
 }