scalajs-gradle icon indicating copy to clipboard operation
scalajs-gradle copied to clipboard

Plugin overwriting scalaCompileOptions.additionalParameters

Open zsolth opened this issue 6 years ago • 0 comments

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

zsolth avatar Oct 04 '18 08:10 zsolth