Clever Things People Do In Groovy So You Have To Know About Them video

June 03, 2018 [Gradle, Groovy, Programming, Programming Languages, Tech]

Groovy has lots of interesting syntax that can be used for domain-specific languages, such as Gradle build files, and Jenkinsfiles. I try to demystify the syntax tricks a bit so you have a chance to read and understand what the code is actually doing:

Embedded YouTube video

Slides and source code are available.

Related: Gradle: what is a task, and how can I make a task depend on another task?