We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7c668 commit 1eaa309Copy full SHA for 1eaa309
kotlinx-coroutines-bom/build.gradle
@@ -34,5 +34,12 @@ publishing {
34
mavenBom(MavenPublication) {
35
from components.javaPlatform
36
}
37
+ // Disable metadata publication
38
+ it.each { pub ->
39
+ pub.moduleDescriptorGenerator = null
40
+ tasks.matching { it.name == "generateMetadataFileFor${pub.name.capitalize()}Publication" }.all {
41
+ onlyIf { false }
42
+ }
43
44
45
0 commit comments