use the Groovy 2.0 Spock flavor for now, more recent versions break the tests (NoClassDefFoundError for Guice classes)
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/7293256e Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/7293256e Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/7293256e Branch: refs/heads/master Commit: 7293256e70e79eb7cd231c80dbf8563c9a4666d3 Parents: 74b8ee2 Author: Jochen Kemnade <[email protected]> Authored: Thu Mar 5 10:10:50 2015 +0100 Committer: Jochen Kemnade <[email protected]> Committed: Thu Mar 5 10:10:50 2015 +0100 ---------------------------------------------------------------------- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/7293256e/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index b6547b3..1396ec8 100755 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ project.ext.versions = [ testng: "6.8.21", easymock: "3.3.1", servletapi: "2.5", - spock: "1.0-groovy-2.4", + spock: "1.0-groovy-2.0", hibernate: "4.3.6.Final", slf4j: "1.7.10", geb: "0.10.0",
