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
-7
View File
@@ -28,13 +28,6 @@ jar {
}
}
configureModularJar {
dependsOn(jar)
manifestAttributes(manifest, project, 'Test', true)
from zipTree(jar.outputs.files.singleFile)
}
configureSourcesJar()
configureJavadocJar()