mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +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.