Binary Dependency
Answered
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?
Please sign in to leave a comment.
If you're using Gradle to build your plugin, you can customize
buildPlugin
task to your liking.