mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-24 03:33:46 -04:00
Remove coreCompile/Runtime.extendsFrom
This commit is contained in:
parent
b791878651
commit
e91e1cab47
@ -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) } }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user