mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Catch parse errors when reading cached values and return Left(None) so the task is re-run instead of failing with IncompleteParseException. Fixes plugins/dotty-sandwich scripted test flake.