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 cb672a1 commit 6ddc83dCopy full SHA for 6ddc83d
build.gradle.kts
@@ -87,3 +87,7 @@ publishing {
87
}
88
89
90
+
91
+tasks.withType<GenerateModuleMetadata>() {
92
+ enabled = false
93
+}
0 commit comments