Explorar o código

remove redundant bundledPlugin from intellijPlatform configuration

windchargerj hai 1 mes
pai
achega
436c2a0c87
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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")
     }
 }