Remove coreCompile/Runtime.extendsFrom
This commit is contained in:
@@ -9,11 +9,6 @@ dependencies {
|
|||||||
compile rootProject.files("lib/JFoenix.jar")
|
compile rootProject.files("lib/JFoenix.jar")
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
|
||||||
coreCompile.extendsFrom compile
|
|
||||||
coreRuntime.extendsFrom runtime
|
|
||||||
}
|
|
||||||
|
|
||||||
jar {
|
jar {
|
||||||
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user