APPENDIX A

Gradle Installation:

Gradle is what the user needs to install for the purpose of running this tool. The steps to installation is divided into two section one for windows user and another for linux and MacOS user.

Next are the instructions to be followed with respective screenshots:

Go to https://gradle.org/releases/ -> From the latest version click on Binary only, this will download the zip file. Extract all the downloaded zip files.

Gradle runs on all major operating systems and requires only a Java JDK version 7 or higher to be installed. To check, run : java –version

Extensibility API Toolkit

Microsoft Windows users :

Extensibility API Toolkit

Extensibility API Toolkit

Extensibility API Toolkit

Extensibility API Toolkit

Extensibility API Toolkit

Extensibility API Toolkit

Linux and MacOS users:

$ mkdir /opt/gradle

$ unzip -d /opt/gradle gradle-4.7-bin.zip

To configure your PATH environment variable to include the bin directory of the unzipped distribution set,

e.g.:

export GRADLE_HOME= /opt/gradle

export PATH=$PATH:/opt/gradle/gradle-4.7/bin

For example:

Extensibility API Toolkit

Back