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

Commit

Permalink
disable gradle metadata generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jus7n committed Aug 13, 2023
1 parent a124d17 commit f305664
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions native4j-capstone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f305664

Please sign in to comment.