Delete obsolete TestSourcesPlugin

Since we have migrated to Gradle's built-in test fixture support, the
custom TestSourcesPlugin Gradle plugin is now obsolete.

See gh-23550
This commit is contained in:
Sam Brannen
2019-12-31 15:40:16 +01:00
parent 7b6d83a106
commit c91dd02905
5 changed files with 5 additions and 148 deletions

View File

@@ -1,7 +1,5 @@
description = "Spring Integration Tests"
apply plugin: "org.springframework.build.test-sources"
dependencies {
testCompile(project(":spring-aop"))
testCompile(project(":spring-beans"))