Skip to content

Instantly share code, notes, and snippets.

@ogavrisevs
Created October 7, 2013 20:01
Show Gist options
  • Save ogavrisevs/6873992 to your computer and use it in GitHub Desktop.
Save ogavrisevs/6873992 to your computer and use it in GitHub Desktop.
joda time res. from nexus proxy
allprojects {
apply plugin: 'java'
dependencies{
compile "joda-time:joda-time:2.3"
}
repositories {
maven {
url "http://repo.yourcommpany.net/nexus/content/groups/public/"
}
mavenLocal()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment