Created
June 13, 2015 15:21
-
-
Save ivanursul/2df6862250016ce18119 to your computer and use it in GitHub Desktop.
build.gradle for www.ivanursul.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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