Dynamic taks with type War

Hello,

In previous gradle versions (before milestone 5) if I created dynamic task with type “War” it would automatically appear in the “assemble” task dependencies. In milestone 5 it doesn’t. Is it the desired new behavior? Or is it a bug?

Victor Kirst

It’s intentional. The ‘assemble’ task now only builds those files which are to be published.

Have a look at the migration guide for details, and some options for configuring this behaviour.

O! Thanks!