Build fixes.
diff --git a/build.gradle b/build.gradle
index 88a03b7..8256f24 100755
--- a/build.gradle
+++ b/build.gradle
@@ -15,7 +15,7 @@
     testng: "6.8.21",
     easymock: "3.3.1",
     servletapi: "2.5",
-    spock: "1.0-groovy-2.5",
+    spock: "1.0-groovy-2.4",
     hibernate: "4.3.6.Final",
     slf4j: "1.7.19",
     geb: "0.10.0",
diff --git a/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml b/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml
index 12ac795..7e68c40 100644
--- a/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml
+++ b/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml
@@ -2,7 +2,7 @@
 <h1>Bean Editor With Form Fragment Demo</h1>
 
 	<t:form>
-		<t:loop source="literal:[1,2]">
+		<t:loop source="prop:[1,2]" index="var:index">
 			<t:beaneditor object="job"
 				include="title,canBeDoneRemotely">
 				<p:canBeDoneRemotely>
diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy
index 32f3266..18b2106 100644
--- a/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy
+++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy
@@ -1,3 +1,5 @@
+package org.apache.tapestry5;
+
 // Copyright 2011 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");