From b955969c898013f29f9e7a742262764adae930ee Mon Sep 17 00:00:00 2001 From: RedNesto Date: Tue, 6 Aug 2024 10:47:47 +0200 Subject: [PATCH] No need to depend upon the ide variant of the Java plugin --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bdb51b5bf..2df76d929 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -149,7 +149,7 @@ dependencies { intellijPlatform { intellijIdeaCommunity(ideaVersionProvider, useInstaller = false) - bundledPlugin("com.intellij.java.ide") + bundledPlugin("com.intellij.java") bundledPlugin("org.jetbrains.idea.maven") bundledPlugin("com.intellij.gradle") bundledPlugin("org.intellij.groovy")