From 4dc3fcecbd9b274398b73614e31d794b72799adf Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Mon, 21 Jan 2013 13:57:32 +0100 Subject: [PATCH] Ensure -PtestGroups is passed through to unit tests Issue: SPR-9984 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 84c2ce6286..a6359fcc49 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {