gradle-create-plugin
Writing Custom Gradle Plugins 1. Introduction Gradle is a very popular build tool, which is often appreciated for the highly-customizable build process. Today we’re going to show how to create custom Gradle plugins, that will allow us to modify the build process beyond what we can achieve with the standard… Continue Reading gradle-create-plugin