mirror of https://github.com/sbt/sbt.git
Lanucher configuration parser would previously require a default
value in variable substitution pattern to be non-empty string.
This is an unnecessary restriction as empty value is sometimes
useful as in this example:
resources: ${sbt.extraClasspath-}
This commit lifts this restriction so empty default values are
allowed. The change has been discussed with @harrah.
|
||
|---|---|---|
| .. | ||
| interface | ||
| src | ||
| test-sample/src/main/scala/xsbt/boot/test | ||
| NOTICE | ||