Adding other maven project as a dependency in my gradle build plugin

Answered

I am working on a gradle build intellij plugin just the way dev guide suggested. I want to add an external maven project as a dependency in my plugin. I want to check the version number of that depency and always update it to new version when my plugin project is build.

0
1 comment

Taslima,

It doesn't feel like a Plugin Development related issue, preferably a custom solution that involves Gradle. I'd suggest you check the Gradle documentation, like Sharing outputs between projects.

0

Please sign in to leave a comment.