Hacker News new | ask | show | jobs
by vorg 3106 days ago
Unfortunately, when you learn Gradle, you also have to learn its procedural description language, Apache Groovy, with its many quirks, such as when to use

    something "abc"
and when to use

    something = "defg"