spring-framework/spring-core
Sam Brannen 01fb35bd2d Remove TestGroup.CI enum constant
Prior to this commit, the TestGroup.CI enum constant was only used in a
single test method in spring-core. In order to enable that test, the
`testGroups` JVM system property was configured for the
Publication-master CI build plan; however, the `testGroups` system
property is not set when executing local builds. Consequently, there
has been a Gradle cache miss for every `test` task when building
something locally that's already been built on the CI server.

This commit addresses this issue by removing the `TestGroup.CI` enum
constant. The `-PtestGroups=ci` command line configuration for the
Publication-master CI build plan has also been removed on the CI server.

Closes gh-23918
2019-11-04 15:44:53 +01:00
..
kotlin-coroutines Fix spring-core jar task 'up-to-date'-ness 2019-11-04 10:29:58 +01:00
src Remove TestGroup.CI enum constant 2019-11-04 15:44:53 +01:00
spring-core.gradle Fix spring-core jar task 'up-to-date'-ness 2019-11-04 10:29:58 +01:00