Skip to content

Instantly share code, notes, and snippets.

@Opalo
Created June 21, 2015 17:36
Show Gist options
  • Save Opalo/82594ec0d65b6a93e861 to your computer and use it in GitHub Desktop.
Save Opalo/82594ec0d65b6a93e861 to your computer and use it in GitHub Desktop.
Gradle arquillian-spock-container
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
testCompile 'org.jboss.arquillian.spock:arquillian-spock-container:1.0.0.Beta3'
}
task cp(type: Copy) {
from configurations.testCompile
into 'lib'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment