maven publishing config fix

This commit is contained in:
payonel 2018-08-27 13:26:31 -07:00
parent e5aa71dc52
commit 7827f77680

View File

@ -307,7 +307,7 @@ publishing {
}
repositories {
maven {
url "${config.maven.url}"
url System.getenv("MAVEN_PATH")
}
}
}