Add property to exclude resources
This commit is contained in:
parent
9421dfec26
commit
99edaef8f6
1 changed files with 3 additions and 1 deletions
|
@ -70,8 +70,10 @@ task androidJar(type: Jar) {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
|
if (!project.hasProperty('osmandCoreSimple')) {
|
||||||
dependsOn collectExternalResources
|
dependsOn collectExternalResources
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
android androidJar
|
android androidJar
|
||||||
|
|
Loading…
Reference in a new issue