On 23/12/2010, at 3:43 PM, Adam Murdoch wrote: > > On 22/12/2010, at 8:56 AM, Adam Monsen wrote: > >> After a successful build, "gradle test" or "gradle build" just says >> everything is "UP-TO-DATE". Is this expected? >> >> Here's my build file: http://tinyurl.com/2dvlcpv >> >> I think I'd rather that tests ran every time I do "gradle test", even if >> nothing changed. Is there some way to force that? > > I'm curious why you would want to run the tests even if nothing has changed?
Sometimes there are external factors. Changes to the build script also don't seem to count as a change here.
