HHH-8144 - Create a 'release' task that performs all tasks needed for doing a release

This commit is contained in:
Steve Ebersole 2013-05-16 18:51:53 -05:00
parent 8290662c9d
commit 7bd9ba2adf
1 changed files with 2 additions and 0 deletions

View File

@ -479,3 +479,5 @@ subprojects { subProject ->
}
}
task release(type: Task, dependsOn: 'release:release')