Skip to content

Instantly share code, notes, and snippets.

@ian-ellis
Last active January 16, 2017 22:27
Show Gist options
  • Save ian-ellis/49264f678b9f654fb7e4667fcea1395f to your computer and use it in GitHub Desktop.
Save ian-ellis/49264f678b9f654fb7e4667fcea1395f to your computer and use it in GitHub Desktop.
Snippet from app module build.gradle
apply plugin: 'groovyx.grooid.groovy-android'
//......
testCompile 'org.codehaus.groovy:groovy:2.4.5:grooid'
testCompile 'org.spockframework:spock-core:1.0-groovy-2.4'
testCompile 'cglib:cglib-nodep:3.1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment