User: rednesto Date: 06 Aug 24 08:47 Revision: b955969c898013f29f9e7a742262764adae930ee Summary: No need to depend upon the ide variant of the Java plugin TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9558&personal=false Index: build.gradle.kts =================================================================== --- build.gradle.kts (revision ab0ec84950e6d2f6bf7e597ba17d3ff81c62f506) +++ build.gradle.kts (revision b955969c898013f29f9e7a742262764adae930ee) @@ -149,7 +149,7 @@ 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")