Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keynmol/sbt-vs-idea
- Owner: keynmol
- Created: 2015-07-03T16:41:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T10:06:37.000Z (over 8 years ago)
- Last Synced: 2024-10-15T14:23:47.787Z (3 months ago)
- Language: Scala
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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