Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 362 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 362 Bytes

Groovy-kotlin-lambda-test

This repository shows how easy-to-miss bugs can be introduced with lambdas in gradle build scripts.
As gradle build scripts put all the contents of Project object into the namespace, you have to be cautious
as not to capture any part of rootProject if the lambda is supposed to be used in subprojects configuration.