Skip to content

Commit

Permalink
fix: support IntelliJ Community
Browse files Browse the repository at this point in the history
  • Loading branch information
Mangern committed Nov 22, 2024
1 parent 4ec365e commit 36347dd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
}

intellijPlatform {
intellijIdeaUltimate("2024.2")
intellijIdeaCommunity("2024.2")
instrumentationTools()
plugin("com.redhat.devtools.lsp4ij:0.7.0")
}
Expand Down Expand Up @@ -112,4 +112,4 @@ tasks {
publishPlugin {
token.set(System.getenv("PUBLISH_TOKEN"))
}
}
}

0 comments on commit 36347dd

Please sign in to comment.