HHH-13925 Disable Gradle module metadata publishing until we know what we want
This commit is contained in:
parent
dbd49f1100
commit
1cd9ad0efe
|
@ -7,6 +7,11 @@
|
|||
|
||||
apply plugin: 'maven-publish'
|
||||
|
||||
// Disable Gradle module metadata publishing until we know what we want.
|
||||
// https://docs.gradle.org/6.0.1/userguide/publishing_gradle_module_metadata.html#sub:disabling-gmm-publication
|
||||
tasks.withType(GenerateModuleMetadata) {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
publishing {
|
||||
|
||||
|
|
Loading…
Reference in New Issue