android studio - Calling IntelliJ plugin from Gradle plugin -
problem: have developed custom gradle plugin. have blocking ui associated take contextual input user during build. hence created swing based ui it. problem approach that, while running gradle build on intellij, if ui ever goes behind intellij window, couldn't figure out way of programatically bringing on top of intellij window.
hence thinking of popping intellij based ui iff gradle build of project running on intellij.
question: there way call custom intellij plugin's ui gradle task?
you can call intellij plugin anywhere, if open socket.
grep console plugin that: https://github.com/krasa/grepconsole/tree/master/src/krasa/grepconsole/tail/remotecall
Comments
Post a Comment