Gradle-Exercises
Gradle-Exercises
1. Open cmd
2. Make new directory titled “gradle-tutorial” by typing mkdir gradle-
tutorial
1. To locate the folder of the newly created project, you can use the
location indicated on the cmd we used earlier.
2. Go to the indicated location and open it to see the project folder and its
files
Viewing available default tasks using Gradle wrapper
4. Edit build.gradle file located inside the project folder (inserting plugins)
and type the following:
5. Open cmd and change directory to gradle-tutorial, then type
gradlew tasks
6. Type gradlew build to create a build folder inside the project folder