Skip to content

boazj/gradle-utils

Repository files navigation

Gradle Utils

Build Status Coverage Status

Provides various utility methods and capabilities applicable both in Gradle scripts and plugins.

Usage

To build the project execute the following command from the clone directory

./gradlew clean build install

To 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'
	}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors