Include LICENSE file in META-INF directories of jar files
This commit is contained in:
parent
3902f40408
commit
07ad45929f
@ -55,6 +55,12 @@ subprojects {
|
||||
from(dokkaHtml)
|
||||
}
|
||||
|
||||
tasks.withType<Jar> {
|
||||
from(rootDir.resolve("LICENSE")) {
|
||||
into("META-INF")
|
||||
}
|
||||
}
|
||||
|
||||
configure<KotlinMultiplatformExtension> {
|
||||
explicitApi()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user