فهرست منبع

remove redundant bundledPlugin from intellijPlatform configuration

windchargerj 1 ماه پیش
والد
کامیت
436c2a0c87
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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")
     }
 }