[hibernate-dev] Gradle 1.6

Steve Ebersole steve at hibernate.org
Tue May 7 14:22:32 EDT 2013


I am running into some difficulties with writing the release task in the 
Gradle build, specifically with the ordering between the various tasks 
(e.g., sometimes a jar is built and then clean is run and then Gradle 
tries to upload it).

The suggested way around this is to use the mustRunAfter hook (kind of 
similar to a dependsOn).  But mustRunAfter was only added in 1.6.

Anyone have a problem with upgrading the build to use Gradle 1.6?


More information about the hibernate-dev mailing list