I'm trying to write an integration level test that can reference stuff in the test classpath. Specifically the build/classes/test, so all the resources and the compiled classes.
https://github.com/dkowis/Cucumber-JVM-Example/tree/spring The above branch on github contains the gradle build script and the source codes to make it work. It'll work just fine under maven, but not under gradle. I cannot quite figure out how to properly construct a configuration that will include the output of the testClasses and processTestResources tasks. How would I go about doing that? Thanks, David
signature.asc
Description: OpenPGP digital signature
