Binary Dependency
已回答
The plugin I am writing is dependent on an external tool that is provided as a binary on GitHub. How could I include it as a dependency for my plugin?
请先登录再写评论。
If you're using Gradle to build your plugin, you can customize
buildPlugintask to your liking.