Skip to content

Instantly share code, notes, and snippets.

@fkaa
Created June 27, 2014 15:53
Show Gist options
  • Save fkaa/ca8ac55478c5ece8950b to your computer and use it in GitHub Desktop.
Save fkaa/ca8ac55478c5ece8950b to your computer and use it in GitHub Desktop.
apply plugin: 'java'
sourceCompatibility = 1.5
version = '1.0'
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment