mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
Problem When build.properties contains whitespaces like sbt.version = 1.12.12, parsing fails and the detected sbt version falls back to 2.0.0. Solution Trim whitespaces in build.properties.