aboutsummaryrefslogtreecommitdiffstats
path: root/gradle/buildscript.gradle
blob: 3163aa948805d12a3b450e5b53a955358d2c0007 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Executed in context of buildscript
repositories {
    // Repo in addition to maven central
    repositories { maven { url 'http://dl.bintray.com/content/netflixoss/external-gradle-plugins/' } } // For gradle-release
}
dependencies {
    classpath 'nl.javadude.gradle.plugins:license-gradle-plugin:0.6.1'
    classpath 'com.mapvine:gradle-cobertura-plugin:0.1'
    // classpath 'gradle-release:gradle-release:1.1.5'
    classpath 'org.ajoberstar:gradle-git:0.5.0'
}