mirror of https://github.com/sbt/sbt.git
Merge pull request #7550 from eed3si9n/wip/dotty_plugin
Fix old Dotty plugin compat
This commit is contained in:
commit
542f11bab6
|
|
@ -735,6 +735,10 @@ object Defaults extends BuildCommon {
|
|||
Seq(
|
||||
auxiliaryClassFiles :== Nil,
|
||||
incOptions := IncOptions.of(),
|
||||
// TODO: Kept for old Dotty plugin. Remove on sbt 2.x
|
||||
classpathOptions :== ClasspathOptionsUtil.boot,
|
||||
// TODO: Kept for old Dotty plugin. Remove on sbt 2.x
|
||||
console / classpathOptions :== ClasspathOptionsUtil.repl,
|
||||
compileOrder :== CompileOrder.Mixed,
|
||||
javacOptions :== Nil,
|
||||
scalacOptions :== Nil,
|
||||
|
|
|
|||
Loading…
Reference in New Issue