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:16 UTC

svn commit: r1308426 - /tapestry/tapestry5/trunk/plastic/build.gradle

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

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

Modified:
    tapestry/tapestry5/trunk/plastic/build.gradle

Modified: tapestry/tapestry5/trunk/plastic/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/plastic/build.gradle?rev=1308426&r1=1308425&r2=1308426&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/plastic/build.gradle (original)
+++ tapestry/tapestry5/trunk/plastic/build.gradle Mon Apr  2 16:33:16 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"