KT-50059 Stop publishing artifacts with 'modular' classifier

This commit is contained in:
Ilya Gorbunov
2021-12-04 22:01:40 +03:00
committed by Space
parent d5372521f1
commit 2954769296
9 changed files with 0 additions and 117 deletions
-12
View File
@@ -236,18 +236,6 @@ val result by task<Jar> {
javadocJar()
modularJar {
dependsOn(intermediate)
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
from {
zipTree(intermediate.get().singleOutputFile())
}
from(zipTree(provider { reflectShadowJar.get().archiveFile.get().asFile })) {
include("META-INF/versions/**")
}
callGroovy("manifestAttributes", manifest, project, "Main", true)
}
dexMethodCount {
dependsOn(result)
jarFile = result.get().outputs.files.single()