Files
sbt/internal/util-complete
Merlin Hughes aa0cb95c48 [2.x] fix: Constrain job id parser to signed longs (#9353)
Job ids are long. The job id parser currently uses NotSpace to parse the ids, which fails with a NumberFormatException for short non-numeric values and OOMs SBT for long non-numeric values.
2026-06-27 00:15:43 -04:00
..
2023-06-20 16:39:07 +02:00