Skip to content

Instantly share code, notes, and snippets.

@xeno-by
Created August 8, 2015 09:40
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 xeno-by/d15abff9b77c1fba040b to your computer and use it in GitHub Desktop.
Save xeno-by/d15abff9b77c1fba040b to your computer and use it in GitHub Desktop.
val build = SbtBuild("/path/to/project/root")
val project = build.projects("some-project-name")
project.compile()
println(project.fullClasspath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment