Skip to content

Commit

Permalink
Add runPluginVerifier gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
picimako committed Oct 1, 2021
1 parent f0f3b3c commit 71e8423
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ patchPluginXml {
//systemProperty 'idea.home.path', '<absolute path to locally cloned intellij-community GitHub repository>'
//}

//runPluginVerifier {
// ideVersions = ['IU-2021.1', 'IU-2021.2', 'IU-2021.2.2', 'IU-2021.3', 'WS-2021.1', 'WS-2021.2', 'WS-2021.2.2', ]
//}

//runIde {
//https://jetbrains.org/intellij/sdk/docs/products/dev_alternate_products.html#configuring-pluginxml
//ideDirectory '<absolute path to WebStorm/IntelliJ Ultimate installation>'
Expand Down

0 comments on commit 71e8423

Please sign in to comment.