mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
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.