spring-framework/buildSrc
Brian Clozel 4e5c780b99 Move TestSourcesPlugin to a Java Gradle plugin
This commit moves the existing "test sources" Gradle plugin from Groovy
to Java and updates the "buildSrc" build file to prepare for additional
plugins in the Spring Framework build.

The plugin itself looks, for a given Spring Framework module, at all the
project dependencies for the following scopes: "compile", "testCompile",
"api", "implementation" and "optional" (to be supported by a different
plugin).

See gh-23282
2019-08-13 16:23:59 +02:00
..
src/main/java/org/springframework/build/testsources Move TestSourcesPlugin to a Java Gradle plugin 2019-08-13 16:23:59 +02:00
build.gradle Move TestSourcesPlugin to a Java Gradle plugin 2019-08-13 16:23:59 +02:00