diff --git a/build.gradle b/build.gradle index d829e1bfbf5..785c557144e 100644 --- a/build.gradle +++ b/build.gradle @@ -34,9 +34,9 @@ allprojects { repositories { ivy { name = "OsmAndBinariesIvy" - url = "https://creator.osmand.net" + url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "https://creator.osmand.net/ivy" patternLayout { - artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" + artifact "[organisation]/[module]/[revision]/[artifact]-[revision].[ext]" } } google()