commit | a9e2d61d35529552a81a59498bf4c8c416412a8d | [log] [tgz] |
---|---|---|
author | Krishnan Mahadevan <Krishnan.mahadevan1978@gmail.com> | Tue May 12 08:24:06 2015 +0530 |
committer | Krishnan Mahadevan <Krishnan.mahadevan1978@gmail.com> | Tue May 12 08:24:06 2015 +0530 |
tree | 1264a5ac93c11705fdf1f7994c8fa44eb5f51616 | |
parent | 82848e4da52fd272fd508d094560b63651febd94 [diff] [blame] |
Fix build failures for gradle tests
diff --git a/build.gradle b/build.gradle index 8a8bf08..93a2887 100644 --- a/build.gradle +++ b/build.gradle
@@ -103,4 +103,6 @@ useTestNG() { suites 'src/test/resources/testng.xml' } + systemProperties = System.getProperties() + systemProperties['test.resources.dir'] = 'build/resources/test/' }