mirror of https://github.com/sbt/sbt.git
In PR #8621, I added a new `keepTempDirectory` parameter to `ScriptedRun.run()` and `invoke()` methods. To suppress MiMa warnings, I added `mimaBinaryIssueFilters` for: - `DirectMissingMethodProblem("sbt.ScriptedRun.run")` - `DirectMissingMethodProblem("sbt.ScriptedRun.invoke")` - `DirectMissingMethodProblem` for various internal `RunV1`, `RunV2`, `RunInParallelV1`, `RunInParallelV2` classes However, this broke binary compatibility, which prevents sbt 1.x from calling sbt 2.x for cross-building (building sbt 2.x plugins using sbt 1.x). |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||