Am 03.02.2015 um 16:16 schrieb Howard Lewis Ship:
> I've temporarily reverted 15a0276584a529a5e4b08e6c90450936d000eec9

My change made Gradle run the quickstart:clean task directly before the
quickstart:uploadArchives task:

task generateRelease {
  dependsOn "quickstart:clean", continuousIntegration,
subprojects.uploadPublished, copyArchives
  ...
}

So first, it creates the artifacts and signs them, then, they are
removed by the clean task and then they are gone for the uploadPublished
task.

I think we'll need to have a look at those task dependencies, there
might be some tweaking to do, e.g. why does generateRelease depend on
continuousIntegration? And why do we need to do quickstart:clean at all?
I'm quite sick right now and it's over my head, but I can have a look in
a day or two.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to