Add property to exclude resources

This commit is contained in:
Victor Shcherb 2019-06-11 10:33:04 +02:00
parent 9421dfec26
commit 99edaef8f6

View file

@ -70,8 +70,10 @@ task androidJar(type: Jar) {
} }
compileJava { compileJava {
if (!project.hasProperty('osmandCoreSimple')) {
dependsOn collectExternalResources dependsOn collectExternalResources
} }
}
artifacts { artifacts {
android androidJar android androidJar