-
Notifications
You must be signed in to change notification settings - Fork 319
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
how to build the plugin? #24
Comments
We can use gradle to build the plugin, and this seems like the common thing to do for various plugins (golang, rust). This can be run on systems like travis, though many intellij plugins seem to use jetbrains teamcity CI system. Will close this out and we can re-explore once we have a CI system set up. |
We did land a gradle build system for the plugin; I've also investigated a bazel based build (d5928bd), which seems a bit simpler and straightforward to modify than the gradle build. |
have a gradle script to build the plugin?
The text was updated successfully, but these errors were encountered: