Provides various utility methods and capabilities applicable both in Gradle scripts and plugins.
To build the project execute the following command from the clone directory
./gradlew clean build installTo apply the plugin in your build add the following to the build script
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.boazj.gradle:gradle-utils:0.1.0'
}
}