Browse Source

remove redundant bundledPlugin from intellijPlatform configuration

windchargerj 1 month ago
parent
commit
436c2a0c87
1 changed files with 0 additions and 1 deletions
  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")
     }
 }