diff --git a/native4j-capstone/build.gradle b/native4j-capstone/build.gradle index b774ecb..f8b2948 100644 --- a/native4j-capstone/build.gradle +++ b/native4j-capstone/build.gradle @@ -116,6 +116,10 @@ publishing { } } +tasks.withType(GenerateModuleMetadata) { + enabled = false +} + private static boolean isRuntimeDependency(Node node) { String scope = node.get("scope").text() return "runtime".equals(scope)