Remove the testNG support from tapestry-ioc build (even though not all TestNG tests have been converted to Spock yet)
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/16867f5e Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/16867f5e Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/16867f5e Branch: refs/heads/master Commit: 16867f5e73bd74375200750d195ac3f365a59af2 Parents: 24fb303 Author: Howard M. Lewis Ship <[email protected]> Authored: Tue Jun 5 10:06:44 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Jun 5 10:06:44 2012 -0700 ---------------------------------------------------------------------- tapestry-ioc/build.gradle | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/16867f5e/tapestry-ioc/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-ioc/build.gradle b/tapestry-ioc/build.gradle index 073a97b..4812c6f 100644 --- a/tapestry-ioc/build.gradle +++ b/tapestry-ioc/build.gradle @@ -23,7 +23,6 @@ dependencies { test { useJUnit() - useTestNG() // Override the master build.gradle systemProperties.remove("tapestry.service-reloading-enabled") } \ No newline at end of file
