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?

1

If you're using Gradle to build your plugin, you can customize buildPlugin task to your liking.

0

请先登录再写评论。