Fix gradle script

This commit is contained in:
max-klaus 2020-11-24 18:16:29 +03:00
parent 3a6c4c9767
commit 2aa202c41d

View file

@ -347,7 +347,7 @@ uploadArchives {
// username ""
// password ""
// }
url = "/Users/alexey/tmp/ivy";//System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
layout "pattern" , {
artifact "[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
}