Tag: Gradle


Keep Gradle Build Scripts DRY With Closures

Every now and then I was wondering how a more complex Gradle build script can be written in a manner, which does not violate the DRY (do not repeat yourself) principle.