1 Commits

Author SHA1 Message Date
4655fcf16f Worked patch on 1.20.1 2024-09-29 13:49:18 +05:00

View File

@ -89,10 +89,12 @@ jar {
from("LICENSE") { from("LICENSE") {
rename { "${it}_${project.archivesBaseName}" } rename { "${it}_${project.archivesBaseName}" }
} }
from configurations.includedJars.collect { from {
configurations.includedJars.collect {
it.isDirectory() ? it : zipTree(it) it.isDirectory() ? it : zipTree(it)
} }
} }
}
// configure the maven publication // configure the maven publication
publishing { publishing {
publications { publications {