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