diff --git a/build.gradle.kts b/build.gradle.kts index 7f146fa00..7f24b946e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,6 @@ plugins { `mcdev-publishing` } -val ideaVersionProvider: Provider = providers.gradleProperty("ideaVersion") val ideaVersionName: String by project val coreVersion: String by project @@ -120,25 +119,6 @@ dependencies { pluginVerifier() } - intellijPlatform { - intellijIdeaCommunity(ideaVersionProvider, useInstaller = false) - bundledPlugin("com.intellij.java") - bundledPlugin("org.jetbrains.idea.maven") - bundledPlugin("com.intellij.gradle") - bundledPlugin("org.intellij.groovy") - // For some reason the Kotlin plugin can't be resolved... - bundledPlugin("org.jetbrains.kotlin") - bundledPlugin("ByteCodeViewer") - bundledPlugin("org.intellij.intelliLang") - bundledPlugin("com.intellij.properties") - bundledPlugin("org.toml.lang") - - testFramework(TestFrameworkType.JUnit5) - testFramework(TestFrameworkType.Plugin.Java) - - pluginVerifier() - } - testLibs(libs.test.mockJdk) testLibs(libs.test.mixin) testLibs(libs.test.spigotapi)