mpeltonen / sbt-idea

A simple-build-tool (sbt) plugin/processor for creating IntelliJ IDEA project files
Other
1.07k stars 153 forks source link

autoScalaLibrary := false should not add a Scala facet to the module #298

Closed fommil closed 6 years ago

fommil commented 10 years ago

I have a pure Java module, autoScalaLibrary := false, and the gen-idea always creates a Scala facet for the module, but it shouldn't.

fommil commented 10 years ago

(I know that I can explicitly turn it off on a per-module basis, but it'd be nice if this happened automatically when it seen the autoScalaLibrary)