Update gradle
This commit is contained in:
parent
f6090ff64a
commit
a935ff6ea4
1 changed files with 4 additions and 0 deletions
|
@ -278,6 +278,10 @@ tasks.withType(JavaCompile) {
|
|||
compileTask -> compileTask.dependsOn << [collectExternalResources, buildOsmAndCore, cleanupDuplicatesInCore]
|
||||
}
|
||||
|
||||
clean.doLast{
|
||||
delete ('res/values/no_translate.xml')
|
||||
}
|
||||
|
||||
repositories {
|
||||
ivy {
|
||||
name = "OsmAndBinariesIvy"
|
||||
|
|
Loading…
Reference in a new issue