mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-22 02:31:22 -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")
|
||||
}
|
||||
|
||||
configurations {
|
||||
coreCompile.extendsFrom compile
|
||||
coreRuntime.extendsFrom runtime
|
||||
}
|
||||
|
||||
jar {
|
||||
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user