Gradle: what is a task, and how to make a task depend on another task?
February 27, 2019 [Gradle, Groovy, Java] In this crazy world, Gradle sometimes seems like the most sensible choice for building Java or Kotlin projects. But what does everything inside build.gradle actually mean? And when does my code run? And how to create tasks? And how do you convince a task to depend on another task? […]