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?

1
1 comment

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

0

Please sign in to leave a comment.