Skip to content

Instantly share code, notes, and snippets.

@xconnecting
Created February 20, 2013 01:13
Show Gist options
  • Save xconnecting/4991829 to your computer and use it in GitHub Desktop.
Save xconnecting/4991829 to your computer and use it in GitHub Desktop.
[Gradle] Set Classpath Variable for Eclipse
apply plugin: 'java'
apply plugin: 'eclipse'
eclipse {
pathVariables 'GRADLE_USER_HOME': gradle.gradleUserHomeDir
}
repositories {
mavenCentral()
}
dependencies {
compile 'commons-lang:commons-lang:2.6'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment