Skip to content

Instantly share code, notes, and snippets.

@charroch
Created October 15, 2014 15:57
Show Gist options
  • Save charroch/f5bbdfd067d03930b972 to your computer and use it in GitHub Desktop.
Save charroch/f5bbdfd067d03930b972 to your computer and use it in GitHub Desktop.
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.+'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment