Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

Fixes quotation in universal/bin/sbt #280

Merged
merged 1 commit into from
Sep 13, 2019

Commits on Sep 13, 2019

  1. universal/bin/sbt: enclose arrays in quotes

    Fixes sbt/sbt#5076. Arrays should be enclosed in
    quotes, or otherwise elements with spaces will be broken, e.g. `-Dfoobar="foo
    bar"` will become `-Dfoobar=foo` and `bar`.
    kingslef committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    5165b9f View commit details
    Browse the repository at this point in the history