Compare commits
1 Commits
b50e01f79f
...
v1.21.1
Author | SHA1 | Date | |
---|---|---|---|
4655fcf16f |
@ -89,8 +89,10 @@ jar {
|
||||
from("LICENSE") {
|
||||
rename { "${it}_${project.archivesBaseName}" }
|
||||
}
|
||||
from configurations.includedJars.collect {
|
||||
it.isDirectory() ? it : zipTree(it)
|
||||
from {
|
||||
configurations.includedJars.collect {
|
||||
it.isDirectory() ? it : zipTree(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
// configure the maven publication
|
||||
|
Reference in New Issue
Block a user