Make Maven Central available to Gradle plugin's build
This commit is contained in:
@@ -6,6 +6,7 @@ plugins {
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
def addDependency(configurationName, dependency) {
|
def addDependency(configurationName, dependency) {
|
||||||
|
|||||||
Reference in New Issue
Block a user