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