scalajs-gradle
scalajs-gradle copied to clipboard
Plugin overwriting scalaCompileOptions.additionalParameters
The plugin is very aggressive about scalaCompileOptions.additionalParameters, since instead of appending to it it simply sets the value without checking if there was anything in it already (in our project there is...), what's worse is it's doing it in project.afterEvaluate which practically makes it impossible for me to workaround it.
Similarly, you're assuming scalajs is the only plugin required for the project, which may not be the case (again, it isn't for us)...
I'd rather not fork the plugin but have this fixed in-place. Any chance this can be done anytime soon?
Thx, Zsolt