Skip to content

Instantly share code, notes, and snippets.

@sapanparikh18
Created October 24, 2018 07:48
Show Gist options
  • Save sapanparikh18/2b7111678d631b595ae6a3f979a93e14 to your computer and use it in GitHub Desktop.
Save sapanparikh18/2b7111678d631b595ae6a3f979a93e14 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
plugins {
id 'groovy'
id 'java'
}
group 'sapan.demo'
version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile 'org.codehaus.groovy:groovy-all:2.3.11'
testCompile(
'junit:junit:4.12',
'org.codehaus.groovy:groovy-all:2.4.4',
'org.spockframework:spock-core:1.0-groovy-2.4'
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment