mirror of https://github.com/sbt/sbt.git
The launcher embeds a fixed version of jansi above the rest of the classpath on windows. This causes problems for the scala 2.12 console because it tries to load methods that don't exist from the old jansi jar. This can be fixed by excluding all jansi classes from the top loader. We also need to exclude jansi classes in the scala instance top class loader to make the 2.10 console work because scala 2.10 uses a shaded jline that requires a very old jansi version. Due to the shading, the thin client doesn't work with the 2.10 console. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||