mirror of https://github.com/sbt/sbt.git
Stripping quotation marks makes it impossible to cleanly test certain sbt features without resorting to weird hacks. For example: > set Compile / scalacOptions += "-Xfatal-warnings" did not work while > set Compile / scalacOptions += '"-Xfatal-warnings"' did. I leave the single quote parser unchanged since single quotes are not really used in sbt and so there is utility in leaving them as a way to group arguments that should not be split apart. This change should only affect the scripted tests in the sbt repo. We can consider making stripQuotes = false the default for the plugin as well. |
||
|---|---|---|
| .. | ||
| util-collection | ||
| util-complete | ||
| util-control | ||
| util-interface/src/main/java/xsbti | ||
| util-logging | ||
| util-logic/src | ||
| util-position/src | ||
| util-relation/src | ||
| util-scripted/src/main | ||