-
Notifications
You must be signed in to change notification settings - Fork 656
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate to org.jetbrains.intellij.platform v2.0.0 (#5657)
* Migrate to org.jetbrains.intellij.platform v2.0.0 * Move more configuration to intellijPlatform {} instead of customizing tasks * Fix verifyPlugin * Move dependencies before intellijPlatform so verifyPlugin works * Move dependencies back at the bottom and add pluginVerifier() dependencies * Add testFramework() to dependencies * Bump to 2.0.0-beta1 * Add .intellijPlatform to .gitignore * Fix testFramework and toml plugin * Fix plugin name in descriptor * Add zipSigner() to dependencies * Add a runLocalIde task that uses the apolloIntellijPlugin.ideDir property * Update intellij-platform-plugin to 2.0.0-beta2 * Bump intellij-platform-gradle-plugin to 2.0.0-beta3 * Bump intellij-platform-gradle-plugin to 2.0.0-beta4 * Bump intellij-platform-gradle-plugin to 2.0.0-beta5 * Bump intellij-platform-gradle-plugin to 2.0.0-beta6 * Use project.provider instead of Callable in registerCheckVersionsTask to avoid a ConcurrentModificationException * Revert calling project.provider instead of Callable in registerCheckVersionsTask * Bump intellij-platform-gradle-plugin to 2.0.0-beta7 * Bump intellij-platform-gradle-plugin to 2.0.0-beta8 * Bump intellij-platform-gradle-plugin to 2.0.0-beta9 * Try to fix using a local IDE * Bump intellij-platform-gradle-plugin to 2.0.0-rc1
- Loading branch information
Showing
8 changed files
with
124 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,3 +49,4 @@ package-lock.json | |
|
||
# IntelliJ plugin | ||
intellij-plugin/mockJDK | ||
.intellijPlatform |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters