User: rednesto Date: 13 Sep 24 12:18 Revision: 98b7912661e2ce498ec41ede3ae40dfea10cfc84 Summary: Remove old intellij dependencies block This was missed during the cascade merge TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9691&personal=false Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision 57713466832bc2000d193087556e4f7673622d27) +++ build.gradle.kts (revision 98b7912661e2ce498ec41ede3ae40dfea10cfc84) @@ -34,7 +34,6 @@ `mcdev-publishing` } -val ideaVersionProvider: Provider = providers.gradleProperty("ideaVersion") val ideaVersionName: String by project val coreVersion: String by project @@ -120,25 +119,6 @@ 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)