I'm using an integration test setup along the lines of "samples/java/withIntegrationTests". The integrationTestCompile configuration has dependencies, but when I run "gradle ecliipse" the eclipse plugin does not generate entries in .classpath for those dependencies.
As a workaround I'm temporarily changing the dependencies to testCompile, but is there a better way to do it? -- View this message in context: http://gradle.1045684.n5.nabble.com/integrationTest-and-eclipse-plugin-tp3334702p3334702.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
