Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit f305664

Browse files
committed
disable gradle metadata generation
1 parent a124d17 commit f305664

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

native4j-capstone/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ publishing {
116116
}
117117
}
118118

119+
tasks.withType(GenerateModuleMetadata) {
120+
enabled = false
121+
}
122+
119123
private static boolean isRuntimeDependency(Node node) {
120124
String scope = node.get("scope").text()
121125
return "runtime".equals(scope)

0 commit comments

Comments
 (0)