Hi folks, We moved to the standard "src/main/groovy" (and src/main/java) directories a long time ago. Likewise for src/test/groovy for all modules except the core project. I created a PR for also moving the core tests from "src/test" to the standard place:
https://github.com/apache/groovy/pull/2194 It is a bit of a sideways move in the sense that it doesn't make any difference to the overall dev experience, but I think it is useful to be using the standard folders. Let me know if anyone objects to applying the PR. It will be a little bit painful if you have a whole bunch of tests you are about to commit/refactor, so I can wait until convenient for everyone. You'll want to resync your IDE with the Gradle changes once it has been committed (assuming we go ahead). Cheers, Paul.