#jvms — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #jvms, aggregated by home.social.
-
I like my build warning free. Some newer #JVMs might require for $BuildTool some option that had not been available in older JVMs.
Since #Java 9 you can have this `-XX:+IgnoreUnrecognizedVMOptions` so that they JVM does not crash on start.
Which I add for example together with everything I want into `./mvn/jvm.config` and voila.
Thanks @fbiville