Source code and build logic of every software project should be organized in a meaningful way.| docs.gradle.org
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.| Blundell
This section will walk you through converting your Groovy-based Gradle build scripts to Kotlin.| docs.gradle.org
Using Gradle multi-module build is easy and makes Spring Boot application development just better. Refactor your code to a multi-module structure, and improve quality and maintainability with this tutorial.| TMSVR - Dev Blog