jar and libs depends on test?
Hello,
I am just learning Gradle, and I'm liking it a lot so far.
I'm migrating an Ant Java project, and I''m a bit surprised that the jar and libs tasks depend on test. I can't even use an archive task to make a zip file with non-code resources without running through the tests (which fails right now). Is there any way around that?
Thanks!
Haakon Nilsen.