Skip to content

Instantly share code, notes, and snippets.

@bryanchug
Created October 12, 2012 00:45
Show Gist options
  • Save bryanchug/3876691 to your computer and use it in GitHub Desktop.
Save bryanchug/3876691 to your computer and use it in GitHub Desktop.
apply plugin: 'groovy'
apply plugin: 'idea'
apply plugin: 'eclipse'
repositories{
mavenCentral()
}
dependencies{
groovy group: 'org.codehaus.groovy', name: 'groovy', version: '2.0.4'
testCompile("org.spockframework:spock-core:0.7-groovy-2.0"){
exclude module: 'groovy-all'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment