You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2012/04/02 18:33:10 UTC

svn commit: r1308425 - /tapestry/tapestry5/branches/5.3/plastic/build.gradle

Author: hlship
Date: Mon Apr  2 16:33:10 2012
New Revision: 1308425

URL: http://svn.apache.org/viewvc?rev=1308425&view=rev
Log:
Enable JUnit testing of plastic module

Modified:
    tapestry/tapestry5/branches/5.3/plastic/build.gradle

Modified: tapestry/tapestry5/branches/5.3/plastic/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/branches/5.3/plastic/build.gradle?rev=1308425&r1=1308424&r2=1308425&view=diff
==============================================================================
--- tapestry/tapestry5/branches/5.3/plastic/build.gradle (original)
+++ tapestry/tapestry5/branches/5.3/plastic/build.gradle Mon Apr  2 16:33:10 2012
@@ -5,6 +5,10 @@ dependencies {
 	testCompile "org.spockframework:spock-core:0.6-groovy-1.8"
 }
 
+test { 
+  useJUnit()
+}
+
 // Add the source directory for the imported/repackaged ASM 3.3.1 code
 
 sourceSets.main.java.srcDir "src/external/java"