Join Slack
Powered by
Hello! I try to write some plugin. How I can pass ...
# intellij-plugins
c
caffeine
06/28/2020, 3:49 PM
Hello! I try to write some plugin. How I can pass some data from gradle plugin to intellij plugin?
b
breandan
06/28/2020, 5:38 PM
There is a tooling API:
https://docs.gradle.org/current/userguide/third_party_integration.html#embedding
This project
has an example of how to use it. Or maybe you could just write the data to a file?
c
caffeine
06/28/2020, 11:16 PM
I wrote plugin for gradle. Then I set some options in build.gradle file. And then I must pass options from build.gradle to my intellij plugin. I saw you link. Thank you! It's work.
Open in Slack
Previous
Next