copyNotSymlink() should be default behavior

After upgrading to the latest version of gradletest, I noticed source files were getting deleted when running the tests. I was able to prevent this behavior by adding the copyNotSymlink() option. Since this feature can have potentially unwanted side effects, use of symlinks should be an opt-in feature and not the default. Documentation explaning the benefits and side effects could be added for clarity.