Make Maven Central available to Gradle plugin's build

This commit is contained in:
Andy Wilkinson
2017-04-04 16:47:05 +01:00
parent 4a3d389bc3
commit 7f5ca24ff9

View File

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