Tag: Gradle
Keep Gradle Build Scripts DRY With Closures
Date: 25 Mar, 2018
Reading Time: 6 min
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.