mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
Problem: -V is consumed by the launcher instead of sbt in sbt tasks -V. Solution: in the parser's -V behavior, lookback to see if there are commands going before it, in which case, forward -V to sbt. Co-authored-by: Anatolii Kmetiuk <[email protected]>