Skip to content

Commit

Permalink
don't generate gradle metadata for maven
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Dec 16, 2021
1 parent b1a1790 commit 4342806
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Expand Up @@ -44,4 +44,11 @@ subprojects {
it.options.encoding = 'UTF-8'
it.options.release = 17
}
// Disables Gradle's custom module metadata from being published to maven. The
// metadata includes mapped dependencies which are not reasonably consumable by
// other mod developers.
tasks.withType(GenerateModuleMetadata) {

enabled = false
}
}

0 comments on commit 4342806

Please sign in to comment.