mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
HHH-13925 Disable Gradle module metadata publishing until we know what we want
This commit is contained in:
parent
24bcd620ad
commit
40538e036c
@ -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…
x
Reference in New Issue
Block a user