Browse Source

remove redundant bundledPlugin from intellijPlatform configuration

windchargerj 1 tháng trước cách đây
mục cha
commit
436c2a0c87
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      build.gradle.kts

+ 0 - 1
build.gradle.kts

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