Skip to content

Commit 64044ad

Browse files
committed
Enable Gradle module metadata in all modules
1 parent 75e44d4 commit 64044ad

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

gradle/publish-bintray.gradle

-5
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,6 @@ publishing {
8686
it.artifactId = "$project.name-$type"
8787
break
8888
}
89-
90-
// disable metadata everywhere, but in native and js modules
91-
if (type == 'maven' || type == 'metadata' || type == 'jvm') {
92-
moduleDescriptorGenerator = null
93-
}
9489
}
9590
}
9691

0 commit comments

Comments
 (0)