Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keynmol/sbt-vs-idea

An example of disagreement between sbt assembly and IntelliJ's "Application" run configuration
https://github.com/keynmol/sbt-vs-idea

Last synced: about 2 months ago
JSON representation

An example of disagreement between sbt assembly and IntelliJ's "Application" run configuration

Awesome Lists containing this project

README

        

# sbt-vs-idea
If you remove `% "provided"` from spark dependency in build.sbt, you can run `SbtVsIdea` from IntelliJ using one of its built-in Run configurations, but `sbt assembly` won't work.

If you keep it in there, `sbt assembly` will work, but IntelliJ won't be able to run the class.

test