RxJavaFX icon indicating copy to clipboard operation
RxJavaFX copied to clipboard

Mockito complaining with Java 11/Gradle 5

Open thomasnield opened this issue 6 years ago • 1 comments

With Java 11, reflection deprecation warnings are popping up in Gradle 4. Compile errors happen with Gradle 5. Consider ridding Mockito dependency if it cannot be resolved easily.

thomasnield avatar Nov 24 '18 14:11 thomasnield

The illegal reflective access warnings will disappear if the version of mockito-core is bumped up to the latest version of 3.3.3.

geodab avatar Jun 05 '20 01:06 geodab