Skip to content

Instantly share code, notes, and snippets.

@poemdexter
Created December 7, 2016 09:12
Show Gist options
  • Save poemdexter/6cb747368e34992ea6e0aeb386981259 to your computer and use it in GitHub Desktop.
Save poemdexter/6cb747368e34992ea6e0aeb386981259 to your computer and use it in GitHub Desktop.
Stupid simple build.gradle file
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
compile 'com.google.guava:guava:20.0'
testCompile 'junit:junit:4.12'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment