Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Created June 13, 2015 15:21
Show Gist options
  • Save ivanursul/2df6862250016ce18119 to your computer and use it in GitHub Desktop.
Save ivanursul/2df6862250016ce18119 to your computer and use it in GitHub Desktop.
build.gradle for www.ivanursul.com
apply plugin: 'java'
apply plugin: 'idea'
repositories {
mavenLocal()
mavenCentral()
}
dependencies {
compile 'joda-time:joda-time:2.3'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment