Skip to content

Instantly share code, notes, and snippets.

@xconnecting
Created February 20, 2013 04:29
Show Gist options
  • Save xconnecting/4992896 to your computer and use it in GitHub Desktop.
Save xconnecting/4992896 to your computer and use it in GitHub Desktop.
[Gradle] Dependencies for Local Directory
apply plugin: 'java'
apply plugin: 'eclipse'
dependencies {
compile fileTree(dir: 'lib', include: '*.jar')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment