Files
sbt/sbtw/src
Anatolii Kmetiuk 893e22102b [2.x] fix: Fixes -V parsing in sbt runners (#9626)
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.
2026-08-19 13:25:00 -04:00
..