mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +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.