Rename test fixture package in spring-context
See gh-23550
This commit is contained in:
@@ -60,11 +60,26 @@ public class TestSourcesPlugin implements Plugin<Project> {
|
||||
* <p>This is used to assist with the migration to Gradle test fixtures.
|
||||
*/
|
||||
private static final List<String> excludedProjects = Arrays.asList(
|
||||
// "integration-tests",
|
||||
"spring-beans",
|
||||
"spring-context",
|
||||
"spring-context-indexer",
|
||||
"spring-context-support",
|
||||
"spring-core"
|
||||
// "spring-expression",
|
||||
// "spring-instrument",
|
||||
// "spring-jcl",
|
||||
// "spring-jdbc",
|
||||
// "spring-jms",
|
||||
// "spring-messaging",
|
||||
// "spring-orm",
|
||||
// "spring-oxm",
|
||||
// "spring-test",
|
||||
// "spring-tx",
|
||||
// "spring-web",
|
||||
// "spring-webflux",
|
||||
// "spring-webmvc",
|
||||
// "spring-websocket"
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user