forked from triplequote/intellij-scala
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hydra Scala version detection heuristic fallbacks to module SDK versi…
…on. Fix triplequote#37 Our heuristic for extracting the scala version from the scala-compiler jar name may not work if the scala-compiler jar in the classpath has no version happended (this for instance can happen when importing an sbt project with the `scalaHome` setting set to point to a locally installed Scala distribution). The implemented solution consists in falling back to the module SDK Scala version if the version cannot be extracted from the scala-compiler jar name.
- Loading branch information
Showing
1 changed file
with
38 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters