Commit 7f5ca24f authored by Andy Wilkinson's avatar Andy Wilkinson

Make Maven Central available to Gradle plugin's build

parent 4a3d389b
...@@ -6,6 +6,7 @@ plugins { ...@@ -6,6 +6,7 @@ plugins {
repositories { repositories {
mavenLocal() mavenLocal()
mavenCentral()
} }
def addDependency(configurationName, dependency) { def addDependency(configurationName, dependency) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment