HHH-12190 - General tidying of Gradle scripts
This commit is contained in:
parent
2f92109c48
commit
12d73ee092
|
@ -7,6 +7,7 @@
|
|||
|
||||
apply from: rootProject.file( 'gradle/base-information.gradle' )
|
||||
apply from: rootProject.file( 'gradle/publishing-repos.gradle' )
|
||||
apply from: rootProject.file( 'gradle/publishing-pom.gradle' )
|
||||
apply plugin: 'maven-publish'
|
||||
apply plugin: 'maven-publish-auth'
|
||||
|
||||
|
@ -21,11 +22,6 @@ ext {
|
|||
publishing {
|
||||
publications {
|
||||
relocationPom( MavenPublication ) {
|
||||
groupId 'org.hibernate'
|
||||
artifactId 'hibernate-infinispan'
|
||||
|
||||
description project.description
|
||||
|
||||
pom.withXml {
|
||||
def relocation = asNode().appendNode( 'distributionManagement' ).appendNode( 'relocation' )
|
||||
relocation.appendNode( 'groupId', project.relocatedGroupId)
|
||||
|
|
Loading…
Reference in New Issue