Monday, September 26, 2016

Setup Directory Path for Android Job in Jenkins using Gradle Wrapper

Problem

In one of the Android project the gradlew file was not in the root directory path of the project


Solution

In the Gradle Wrapper set the following attributes:

Root Build Script: ${workspace}/<dir_name>/
From Root Build Script Dir: Check this value