Skip to content

Commit

Permalink
💚 Change to base plugin of intellij platform
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Oct 19, 2024
1 parent 80afc4e commit 3729514
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 77 deletions.
12 changes: 1 addition & 11 deletions backends/intellij/base/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform.base") version "2.1.0"
id("java-library")
}

Expand All @@ -17,14 +17,4 @@ dependencies {
intellijIdeaCommunity("2022.3")
instrumentationTools()
}
}

intellijPlatform {
buildSearchableOptions.set(false)
}

tasks {
runIde {
enabled = false
}
}
12 changes: 1 addition & 11 deletions backends/intellij/cpp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform.base") version "2.1.0"
id("java-library")
}

Expand All @@ -20,13 +20,3 @@ dependencies {
instrumentationTools()
}
}

intellijPlatform {
buildSearchableOptions.set(false)
}

tasks {
runIde {
enabled = false
}
}
12 changes: 1 addition & 11 deletions backends/intellij/go/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform.base") version "2.1.0"
id("java-library")
}

Expand All @@ -20,13 +20,3 @@ dependencies {
instrumentationTools()
}
}

intellijPlatform {
buildSearchableOptions.set(false)
}

tasks {
runIde {
enabled = false
}
}
12 changes: 1 addition & 11 deletions backends/intellij/java/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform.base") version "2.1.0"
id("java-library")
}

Expand All @@ -20,13 +20,3 @@ dependencies {
instrumentationTools()
}
}

intellijPlatform {
buildSearchableOptions.set(false)
}

tasks {
runIde {
enabled = false
}
}
12 changes: 1 addition & 11 deletions backends/intellij/kotlin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform.base") version "2.1.0"
id("java-library")
}

Expand All @@ -20,13 +20,3 @@ dependencies {
instrumentationTools()
}
}

intellijPlatform {
buildSearchableOptions.set(false)
}

tasks {
runIde {
enabled = false
}
}
12 changes: 1 addition & 11 deletions backends/intellij/php/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform.base") version "2.1.0"
id("java-library")
}

Expand All @@ -19,14 +19,4 @@ dependencies {
plugin("com.jetbrains.php:242.23339.16")
instrumentationTools()
}
}

intellijPlatform {
buildSearchableOptions.set(false)
}

tasks {
runIde {
enabled = false
}
}
12 changes: 1 addition & 11 deletions backends/intellij/python/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "2.0.0"
id("org.jetbrains.intellij.platform") version "2.1.0"
id("org.jetbrains.intellij.platform.base") version "2.1.0"
id("java-library")
}

Expand All @@ -19,14 +19,4 @@ dependencies {
bundledPlugin("PythonCore")
instrumentationTools()
}
}

intellijPlatform {
buildSearchableOptions.set(false)
}

tasks {
runIde {
enabled = false
}
}

0 comments on commit 3729514

Please sign in to comment.