Fix build on gradle 4.7
parent
2ad488f0d8
commit
460dcbacde
|
@ -74,12 +74,9 @@ sourceSets {
|
|||
}
|
||||
|
||||
jar {
|
||||
from {
|
||||
configurations.shade.each { dep ->
|
||||
from(project.zipTree(dep)){
|
||||
exclude 'META-INF', 'META-INF/**'
|
||||
}
|
||||
}
|
||||
from (configurations.compile.collect { it.isDirectory() ? it : zipTree(it) }) {
|
||||
exclude 'META-INF/*'
|
||||
exclude 'META-INF'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue