Skip to content

Commit

Permalink
Add bundled java plugin, pluginVerifier(), and zipSigner()
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs1998 committed Aug 14, 2024
1 parent cee1355 commit 00e01b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ dependencies {
intellijPlatform {
intellijIdeaCommunity("2024.2")

bundledPlugin("com.intellij.java")

pluginVerifier()
zipSigner()
instrumentationTools()
}
}
Expand Down

0 comments on commit 00e01b0

Please sign in to comment.