spring-framework/buildSrc/src/main
Rob Winch 09f16747b5 Fix MergePlugin transitive dependencies
A little terminiology first:

* merge.from - a project that contains source that will be merged
               into merge.into
* merge.into - a project that contains source code that will have
               code from merge.from merged into it.

Previously a module that dependended on merge.into would not see
the merge.from module as a transitive dependency. This worked fine
from a Gradle build because all the code from merge.from is merged
into the merge.into jar. However, in an IDE it did not work because
the IDE does not assemble a jar.

This fix ensures that merge.from modules are automatically added
to the classpath of any module relying on the merge.into project.

Fixes SPR-14650
2016-08-31 11:38:24 -05:00
..
groovy/org/springframework/build/gradle Fix MergePlugin transitive dependencies 2016-08-31 11:38:24 -05:00
resources/META-INF/gradle-plugins Refactor detect-split-packages Gradle plugin 2013-01-11 15:54:11 +01:00