ndarray and tensorflow-framework both use version 2.22.2 of the surefire plugin, while tensorflow-core uses 2.22.0. Is there a reason for that or can I bump core's version?
They also configure it with:
<skipTests>false</skipTests>
This is rather annoying because it makes -DskipTests not skip the tests, which is what IntelliJ (and I would assume most other IDEs) use for their "Skip Tests" button. Is there a reason for this or can I remove it?