Remove coreCompile/Runtime.extendsFrom

This commit is contained in:
yushijinhun 2018-07-31 14:04:36 +08:00
parent b791878651
commit e91e1cab47
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -9,11 +9,6 @@ dependencies {
compile rootProject.files("lib/JFoenix.jar")
}
configurations {
coreCompile.extendsFrom compile
coreRuntime.extendsFrom runtime
}
jar {
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }