(no title)
hans0l074 | 5 years ago
I found this comment odd - it does take some time to get a modern Java dev env up and running from scratch. For e.g. you have to at least download/install gradle or maven after the JDK. And then the author goes onto to talk about the Testcontainers project for which it appears you need to set up Docker. And so on. Wonder if I missed the meaning there.
elygre|5 years ago
https://docs.gradle.org/current/userguide/gradle_wrapper.htm...
hans0l074|5 years ago
Generating the Wrapper files requires an installed version of the Gradle runtime on your machine as described in Installation. Thankfully, generating the initial Wrapper files is a one-time process.
panzagl|5 years ago