Skip to content

Instantly share code, notes, and snippets.

@reynoldsm88
Created April 20, 2022 14:58
Show Gist options
  • Save reynoldsm88/33777f06dafab9538d903659ff8a132d to your computer and use it in GitHub Desktop.
Save reynoldsm88/33777f06dafab9538d903659ff8a132d to your computer and use it in GitHub Desktop.
SBT - enable runMain for Spark applications (with provided dependencies)
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