Skip to content

Instantly share code, notes, and snippets.

@dsdstudio
Created August 28, 2016 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsdstudio/91a2fb322b9eff04af604286ae35da05 to your computer and use it in GitHub Desktop.
Save dsdstudio/91a2fb322b9eff04af604286ae35da05 to your computer and use it in GitHub Desktop.
gradle eclipse defaultoutputdir
eclipse {
classpath {
containers.remove('org.eclipse.jdt.launching.JRE_CONTAINER')
containers 'org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8'
defaultOutputDir = file("${buildDir}/classes/main")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment