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 a124d17 commit f305664Copy full SHA for f305664
1 file changed
native4j-capstone/build.gradle
@@ -116,6 +116,10 @@ publishing {
116
}
117
118
119
+tasks.withType(GenerateModuleMetadata) {
120
+ enabled = false
121
+}
122
+
123
private static boolean isRuntimeDependency(Node node) {
124
String scope = node.get("scope").text()
125
return "runtime".equals(scope)
0 commit comments