Fix gradle script
This commit is contained in:
parent
3a6c4c9767
commit
2aa202c41d
1 changed files with 2 additions and 2 deletions
|
@ -347,7 +347,7 @@ uploadArchives {
|
||||||
// username ""
|
// username ""
|
||||||
// password ""
|
// password ""
|
||||||
// }
|
// }
|
||||||
url = "/Users/alexey/tmp/ivy";//System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
|
url = System.getenv("OSMAND_BINARIES_IVY_ROOT") ?: "./"
|
||||||
layout "pattern" , {
|
layout "pattern" , {
|
||||||
artifact "[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
artifact "[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
|
||||||
}
|
}
|
||||||
|
@ -410,6 +410,6 @@ dependencies {
|
||||||
exclude group: "com.fasterxml.jackson.core"
|
exclude group: "com.fasterxml.jackson.core"
|
||||||
}
|
}
|
||||||
implementation 'com.jaredrummler:colorpicker:1.1.0'
|
implementation 'com.jaredrummler:colorpicker:1.1.0'
|
||||||
|
|
||||||
implementation 'org.bouncycastle:bcpkix-jdk15on:1.56'
|
implementation 'org.bouncycastle:bcpkix-jdk15on:1.56'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue