HHH-8232 - Upgrade to Gradle 1.6
This commit is contained in:
parent
9a590c8e69
commit
5373be01df
|
@ -406,14 +406,12 @@ subprojects { subProject ->
|
|||
}
|
||||
|
||||
pom.withXml {
|
||||
// sadly for some reason it is not working within the closure above to define the descritpion...
|
||||
asNode().appendNode( 'description', subProject.pomDescription() )
|
||||
|
||||
// append additional metadata
|
||||
asNode().children().last() + {
|
||||
resolveStrategy = Closure.DELEGATE_FIRST
|
||||
|
||||
name subProject.pomName()
|
||||
// ugh, see above
|
||||
// description subProject.pomDescription()
|
||||
description subProject.pomDescription()
|
||||
url 'http://hibernate.org'
|
||||
organization {
|
||||
name 'Hibernate.org'
|
||||
|
|
Loading…
Reference in New Issue