Skip to content

Instantly share code, notes, and snippets.

@ferdinandhuebner
Created November 28, 2013 11:22
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 ferdinandhuebner/7690389 to your computer and use it in GitHub Desktop.
Save ferdinandhuebner/7690389 to your computer and use it in GitHub Desktop.
EclipseKeys.withSource := true
EclipseKeys.createSrc := EclipseCreateSrc.Default + EclipseCreateSrc.Resource
// Get rid of java source directories in compile
unmanagedSourceDirectories in Compile <<= (scalaSource in Compile)(Seq(_))
// Get rid of java source directories in test
unmanagedSourceDirectories in Test <<= (scalaSource in Test)(Seq(_))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment