Gradle Plugins

Maintained by aalmiray

Summary

A set of plugins to support Git in the Gradle build tool.

There are two primary use cases for these plugins:

Website https://github.com/ajoberstar/gradle-git
Author ajoberstar
Version 0.6.3

Usage

buildscript {
    repositories { jcenter() }
    dependencies {
        classpath 'org.ajoberstar:gradle-git:0.6.3'
    }
}

apply plugin: 'license'