Refactor the spring-beans build

This commit merges back the "spring-beans-groovy" module into the main
"spring-beans" one. The build is configured so:

* Java and Groovy sources are jointly compiled
* Kotlin sources are compiled after

With this change, the `MergePlugin` is not used anymore in the project
build and therefore is removed.
The `DetectSplitPackagesPlugin` wasn't applied so it's been removed as
well.

Issue: SPR-15885
This commit is contained in:
Brian Clozel
2017-08-21 14:41:46 +02:00
parent 0c178ff762
commit 41cbc4670f
11 changed files with 33 additions and 398 deletions

View File

@@ -12,7 +12,6 @@ pluginManagement {
include "spring-aop"
include "spring-aspects"
include "spring-beans"
include "spring-beans-groovy"
include "spring-context"
include "spring-context-support"
include "spring-context-indexer"