JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
97 stars 28 forks source link

Export setting to enable or disable bundling of scala-library #65

Closed mutcianm closed 4 years ago

mutcianm commented 4 years ago

Currently, to bundle or not the scala-library.jar is decided based on quirks that try to detect if there are plugin dependencies in the project that already bundle scala-library and there's no direct way to override this heuristic.