build polishing

This commit is contained in:
Peter Niederwieser
2012-03-01 03:16:07 +01:00
parent ff0342ace4
commit 796217a676
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@ apply plugin: "groovy"
version = "0.6-SNAPSHOT"
description = "Spock Framework - Example Project"
// Spock works with Java 1.5 and above
sourceCompatibility = 1.5
repositories {
// Spock releases are available from Maven Central
mavenCentral()