HHH-8232 - Upgrade to Gradle 1.6

This commit is contained in:
Steve Ebersole 2013-05-10 11:10:29 -05:00
parent 9a590c8e69
commit 5373be01df
1 changed files with 3 additions and 5 deletions

View File

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