first commit
This commit is contained in:
commit
42b928f6e1
234 changed files with 27908 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
configurations {
|
||||
includeInJar
|
||||
|
||||
implementation.extendsFrom(includeInJar)
|
||||
}
|
||||
|
||||
jar {
|
||||
dependsOn(configurations.includeInJar)
|
||||
from {
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
configurations.includeInJar.collect {
|
||||
zipTree(it)
|
||||
}
|
||||
} {
|
||||
exclude("META-INF/*.RSA", "META-INF/*.SF", "META-INF/*.DSA")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue