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