Skip to content

Commit 58d7be3

Browse files
authored
Merge pull request #19 from newrelic/no-module-metadata
Remove Gradle module metadata
2 parents 01c9666 + dba25bf commit 58d7be3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

gradle/publish.gradle.kts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,9 @@ configure<PublishingExtension> {
5353
}
5454
}
5555
}
56-
}
56+
}
57+
58+
// This makes it difficult to use modern Java and produce usable output.
59+
tasks.withType<GenerateModuleMetadata> {
60+
enabled = false
61+
}

0 commit comments

Comments
 (0)