Build default jvm core libraries artifacts as modular
#KT-21266
This commit is contained in:
@@ -204,7 +204,10 @@ val result by task<Jar> {
|
||||
from {
|
||||
zipTree(intermediate.get().singleOutputFile())
|
||||
}
|
||||
callGroovy("manifestAttributes", manifest, project, "Main")
|
||||
from(zipTree(provider { reflectShadowJar.get().archiveFile.get().asFile })) {
|
||||
include("META-INF/versions/**")
|
||||
}
|
||||
callGroovy("manifestAttributes", manifest, project, "Main", true)
|
||||
}
|
||||
|
||||
val modularJar by task<Jar> {
|
||||
|
||||
Reference in New Issue
Block a user