prezi / gradle

A powerful build system for the JVM
www.gradle.org
0 stars 0 forks source link

Merge IDE plugins test PR #21

Closed lptr closed 9 years ago

lptr commented 9 years ago

Can be merged, but will need updating after the other PRs, as it uses ResolutionStrategy.eachDependency() in the tests.

See https://github.com/gradle/gradle/pull/411

Should we merge this, or wait?

bigdaz commented 9 years ago

I'm happy to merge, and fix the tests later. On it now.

bigdaz commented 9 years ago

This PR has been merged. I'll add another issue for the replacement of a transitive external dependency with a project dependency, which seems to be failing. (Or possibly I've screwed up the test implementation).