Change @InputFiles in my plugin task in continuous build

Adding inputs during a @TaskAction won’t work. Why do you need to do this?

The reason that runTomcat doesn’t work is that it blocks the build, which prevents it from entering the ‘watch’ state. We are currently working on APIs that the tomcat plugin will be able to use to launch the server in a non blocking way. Unfortunately, this isn’t possible with 2.5.