You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I also tried to upgrade to version 4.8.1 and am running into compile errors. I've seen #683 and #686 and couldn't exactly follow their problems, but I did come up with a tiny build that exhibits the issue I've got in our larger build https://github.com/clayreimann/scala-maven-plugin-reproducer
Maybe I've just misconfigured something and you can point me in the direct of a fix.
Unrelated to the compile error I also tried to set <displayCmd>true</displayCmd> and it doesn't seem to actually print anything.
Also, thanks for taking the time to maintain this super useful maven plugin!
The text was updated successfully, but these errors were encountered:
These JVM args are invalid and cause the forked JVM to crash.
First, -Djava.net.preferIPv4Stack=true is a System property, not a JVM option. I don't even know what you're trying to achieve with this and how it could be related to compiling code.
Then, you must pass options individually, not as a single string that contains spaces:
Hi I also tried to upgrade to version 4.8.1 and am running into compile errors. I've seen #683 and #686 and couldn't exactly follow their problems, but I did come up with a tiny build that exhibits the issue I've got in our larger build https://github.com/clayreimann/scala-maven-plugin-reproducer
Maybe I've just misconfigured something and you can point me in the direct of a fix.
Unrelated to the compile error I also tried to set
<displayCmd>true</displayCmd>
and it doesn't seem to actually print anything.Also, thanks for taking the time to maintain this super useful maven plugin!
The text was updated successfully, but these errors were encountered: