-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to intellij-platform-gradle-plugin v2.0.0 #14
Conversation
@joshuataylor Did I do it right? |
Last comment was for the wrong issue, I'll test and let you know. |
Use It is basically a subplugin - see https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html#multi-module-project-structure and https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html#plugins |
Might be worth creating a CONTRIBUTING.md with tips about launching the IDEs (which honestly for me is usually when I forget something about a project :-)) I also wrote a bash script I quickly made which will add each supported IDE to .run in the same way the Both my notes about contributing and runIde are here: https://gist.github.com/joshuataylor/8ed59c23f89756cf095ba3533fadc2aa (will probably use both for other projects, it's super handy) |
It looks so nice!! |
Thanks! For your information, intellij-gradle-plugin-platform v2 introduces intellijPlatformTesting, which makes no bash scripts for making test configuration. |
Thanks!! Was looking for that this morning through the docs, knew I saw it somewhere. |
* Migrate to intellij-platform-gradle-plugin 2.0.0 * use `org.jetbrains.intellij.platform.modules` plugin * Add CONTRIBUTING.md * Update plugin until build to 242.* * drop until build * update changelog.md
* Migrate to intellij-platform-gradle-plugin 2.0.0 * use `org.jetbrains.intellij.platform.modules` plugin * Add CONTRIBUTING.md * Update plugin until build to 242.* * drop until build * update changelog.md
* Migrate to intellij-platform-gradle-plugin 2.0.0 * use `org.jetbrains.intellij.platform.modules` plugin * Add CONTRIBUTING.md * Update plugin until build to 242.* * drop until build * update changelog.md
* Migrate to intellij-platform-gradle-plugin 2.0.0 * use `org.jetbrains.intellij.platform.modules` plugin * Add CONTRIBUTING.md * Update plugin until build to 242.* * drop until build * update changelog.md
Description