Don't expose sourceMapSourceRoots argument to Gradle (JS)

Exposing this property causes IDEA to treat it as a free
command line argument, which is undesirable.
Support source roots via setting command line arguments inside
JS gradle task.
This commit is contained in:
Alexey Andreev
2017-06-15 13:29:33 +03:00
committed by Alexey Andreev
parent 49b742ab3d
commit 60dd475493
9 changed files with 21 additions and 50 deletions
@@ -45,7 +45,6 @@ public class K2JSCompilerArguments extends CommonCompilerArguments {
@Argument(value = "-source-map-prefix", description = "Prefix for paths in a source map")
public String sourceMapPrefix;
@GradleOption(DefaultValues.StringNullDefault.class)
@Argument(
value = "-source-map-source-roots",
valueDescription = "<path>",