Greetings.

When the STS Gradle plugin generates artifacts (class files, resource files, etc), should they not be put in the same place and same layout as Gradle uses? And should there be "Checks" or something in place to use and load artifacts from a Gradle command line execution?

Currently, the plugin stores ALL of its generated artifacts in a directory "bin" (which is often where project scripts/etc. are sourced from).

-Steve