mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Ensure -PtestGroups is passed through to unit tests
Issue: SPR-9984
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ configure(allprojects) { project ->
|
||||
|
||||
test {
|
||||
systemProperty("java.awt.headless", "true")
|
||||
systemProperty("testGroups", properties.get("testGroups"))
|
||||
systemProperty("testGroups", project.properties.get("testGroups"))
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user