Custom Gradle Plugin as Standalone project
Channel:
Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=CbHslSLsAWI
In stead of placing your gradle plugins in the buildSrc folder or directly in the build.gradle file then you have the option to place it it a standalone project. This gives the option to use the same plugin between multiple plugin consumer projects!
Enjoy! :-)
Feel free to leave a comment or question.
The code is located here:
https://github.com/ekim197711/demo-standalone-gradle-plugin
https://github.com/ekim197711/demo-gradle-plugin-consumer
Follow me on twitter:
https://twitter.com/MikeMoelNielsen
Other Videos By Mike Møller Nielsen
Tags:
gradle
standalone
custom plugin
custom
custom gradle plugin
groovy
publish