HHH-12190 - General tidying of Gradle scripts

This commit is contained in:
Andrea Boriero 2018-01-18 13:21:11 +00:00 committed by Steve Ebersole
parent 2f92109c48
commit 12d73ee092
1 changed files with 1 additions and 5 deletions

View File

@ -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)