Skip to content

Instantly share code, notes, and snippets.

@akiellor
Created August 18, 2011 05:03
Show Gist options
  • Save akiellor/1153326 to your computer and use it in GitHub Desktop.
Save akiellor/1153326 to your computer and use it in GitHub Desktop.
Simple java project
apply plugin: 'java'
repositories { mavenCentral() }
dependencies {
testCompile name: 'junit', group: 'junit', version: '4.8.2'
testCompile name: 'hamcrest-all', group: 'org.hamcrest', version: '1.1'
testCompile name: 'mockito-all', group: 'org.mockito', version: '1.8.5'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment