Enable Spock tests from Gradle build
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/19ada304 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/19ada304 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/19ada304 Branch: refs/heads/master Commit: 19ada304cebe4a6e7c19e6700c7b16e44df90daa Parents: f3ab646 Author: Howard M. Lewis Ship <[email protected]> Authored: Sun Jun 3 09:57:01 2012 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Sun Jun 3 09:57:01 2012 -0700 ---------------------------------------------------------------------- tapestry-clojure/build.gradle | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/19ada304/tapestry-clojure/build.gradle ---------------------------------------------------------------------- diff --git a/tapestry-clojure/build.gradle b/tapestry-clojure/build.gradle index 055a53d..d8077da 100644 --- a/tapestry-clojure/build.gradle +++ b/tapestry-clojure/build.gradle @@ -7,6 +7,10 @@ dependencies { testCompile "org.spockframework:spock-core:${versions.spock}" } +test { + useJUnit() +} + jar { manifest { attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.clojure.ClojureModule'
