Gradle - Installation and Execution of Build
Gradle - Installation and Execution of Build
Gradle - Installation and Execution of Build
Installation
Pre-requisites
Install Java
#verify the installation
java -version
------------------------------------------------------------
Gradle 6.7
——————————————————————————————
Note: While defining tasks ensure to not use the inbuilt tasks of Gradle
vi build.gradle
task demo {
Println “Demo”
}
Page 4 Gradle- Hands on Lab
Execute with above gradle build configuration file by running the below set of commands :