Gradle Custom Plugins and Custom Tasks in the buildSrc folder
Channel:
Subscribers:
11,000
Published on ● Video Link: https://www.youtube.com/watch?v=B_ln3MsbsYw
If you want to create Custom Gradle plugins and custom tasks then this can be done in the build.gradle file or in the buildSrc folder or as a Standalone project. This video shows how to create plugins and tasks in the buildSrc folder and in the build.gradle file.
Enjoy! :-)
Feel free to leave questions or comments. Thank you.
The code is located here:
https://github.com/ekim197711/demo-gradle-plugin-and-tasks
Follow me on twitter:
https://twitter.com/MikeMoelNielsen
Other Videos By Mike Møller Nielsen
Tags:
gradle
plugin
task
custom task
custom plugin
extension
groovy