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?