Skip to content

Commit

Permalink
No need to depend upon the ide variant of the Java plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
RedNesto committed Aug 6, 2024
1 parent ab0ec84 commit b955969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit b955969

Please sign in to comment.