Skip to content

Commit

Permalink
add spock-gradle and spock-report to overall build
Browse files Browse the repository at this point in the history
  • Loading branch information
pniederw committed Feb 5, 2013
1 parent f51600b commit 09a80ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
include "spock-core"
include "spock-guice"
include "spock-maven"
include "spock-report"
include "spock-specs"
include "spock-spring"
include "spock-guice"
include "spock-tapestry"
include "spock-unitils"
include "spock-report"
include "spock-maven"
include "spock-gradle"

rootProject.name = "spock"
rootProject.children.each {
Expand Down

0 comments on commit 09a80ad

Please sign in to comment.