Make Maven Central available to Gradle plugin's build

pull/8686/merge
Andy Wilkinson 8 years ago
parent 4a3d389bc3
commit 7f5ca24ff9

@ -6,6 +6,7 @@ plugins {
repositories {
mavenLocal()
mavenCentral()
}
def addDependency(configurationName, dependency) {

Loading…
Cancel
Save