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,7 +70,9 @@ task androidJar(type: Jar) {
}
compileJava {
dependsOn collectExternalResources
if (!project.hasProperty('osmandCoreSimple')) {
dependsOn collectExternalResources
}
}
artifacts {