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
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?
The text was updated successfully, but these errors were encountered:
ndarray
andtensorflow-framework
both use version2.22.2
of the surefire plugin, whiletensorflow-core
uses2.22.0
. Is there a reason for that or can I bumpcore
's version?They also configure it with:
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?The text was updated successfully, but these errors were encountered: