Ensure -PtestGroups is passed through to unit tests
Issue: SPR-9984
This commit is contained in:
parent
fc6377cc53
commit
4dc3fcecbd
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue