Fix compilation of Maven JS plugin

This commit is contained in:
Alexey Andreev
2017-10-03 17:23:02 +03:00
parent cbaf38f793
commit e323da3c5e
@@ -131,7 +131,7 @@ public class K2JSCompilerMojo extends KotlinCompileMojoBase<K2JSCompilerArgument
}
}
arguments.setSourceMapSourceRoots(sourceMapSourceRoots.toString());
arguments.setSourceMapBaseDirs(sourceMapSourceRoots.toString());
}
protected List<String> getClassPathElements() throws DependencyResolutionRequiredException {