Gradle: Difference between revisions

Content deleted Content added
No edit summary
 
Line 11:
 
{{Cquote|My original idea was to call it Cradle. The disadvantages of that name were too diminutive and not very unique. As it is using Groovy for the DSL, I went down the G-road and though about calling it Gradle. Everyone I asked liked it, so that became the official name. That was about 4 years ago. I'm still very happy with the name||| Hans Dockter (December, 2011) "[https://discuss.gradle.org/t/why-is-gradle-called-gradle/3226 Why is gradle called gradle?]" discuss.gradle.org}}
 
== Installation ==
{{Cquote|Gradle requires Java Development Kit version 8 and higher to run. To check, run <code>java -version</code>.
 
Unpack the Gradle distribution ZIP into C:\Gradle using an archiver tool of your choice.
 
Edit environmental variables, add an entry for <code>C:\Gradle\gradle-8.1.1\bin</code>
 
Verify the installation : <code> gradle -v </code>|||Gradle Inc (2022) "[https://docs.gradle.org/current/userguide/installation.html Installing Gradle]"}}