Skip to content

Instantly share code, notes, and snippets.

@reynoldsm88
Created February 24, 2022 21:59
Show Gist options
  • Save reynoldsm88/c661407a34f968480c2b62188714b9ee to your computer and use it in GitHub Desktop.
Save reynoldsm88/c661407a34f968480c2b62188714b9ee to your computer and use it in GitHub Desktop.
SBT - use provided classpath in runMain
runMain in Compile := Defaults.runMainTask( fullClasspath in Compile, runner in(Compile, run) ).evaluated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment