spring-framework/spring-beans
Brian Clozel 1539ba8991 Refactor Gradle tasks in Spring Framework build
This commit reorganizes tasks and scripts in the build to only apply
them where they're needed. We're considering here 3 "types" of projects
in our build:
* the root project, handling documentation, publishing, etc
* framework modules (a project that's published as a spring artifact)
* internal modules, such as the BOM, our coroutines support and our
integration-tests

With this change, we're strealining the project configuration for all
spring modules and only applying plugins when needed (typically our
kotlin support).

See gh-23282
2019-08-20 18:17:02 +02:00
..
src Introduce @EnabledForTestGroups in Spring's test suite 2019-08-17 14:47:24 +02:00
spring-beans.gradle Refactor Gradle tasks in Spring Framework build 2019-08-20 18:17:02 +02:00