Login
From:
Blundell
(Uncensored)
subscribe
Applying a 3rd Party Gradle Plugin as a Composite Plugin
https://blog.blundellapps.co.uk/applying-a-3rd-party-gradle-plugin-as-a-composite-plugin/
links
backlinks
Tagged with:
tutorial
plugin
gradle
intermediate
androiddev
composite-build
Roast topics
Find topics
Find it!
This post shows you how to wrap a 3rd party Gradle plugin in your own plugin, so that you can interactive with it programmatically. We’ll use Gradle composite builds to allow us to build all at once, decreasing the build, test, release cycle.