Hi all- I am in the progress of migrating a legacy project into Gradle.
The project is now composed of multiple subprojects...let's call them A, B, C, D, ... I have tests in D/src/test/java that inherit from a class defined in C/src/test/java. What's the most straightforward way to change D's testCompile classpath to see the binaries generated by C's testCompile? Thanks! -- Matt Stine Deep South Software: Training, Consulting, Coaching http://www.deepsouthsoftware.com [email protected] --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
