Hi, I have a somewhat basic requirement. I have a common class (Common.java) that lives in projectA/src/test/one/two/three/
This class has some helper methods used by Unit Tests located in other sub-projects. How should I go to make this class "visible" to the other sub-projects? testCompile (:projectA) doesn't work (obviously). A solution - that I have used in other cases - is to create a new "common-test" project. Thanks L -- View this message in context: http://gradle.1045684.n5.nabble.com/How-to-reference-a-common-Test-class-from-sub-projects-tp3409484p3409484.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
