Error Message Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) Stacktrace java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) .. Caused by: java.lang.NoSuchMethodError: net.bytebuddy.dynamic.loading.ClassInjector$UsingLookup.isAvailable()Z
May it be that the used versions mockito-core-2.21.0 and byte-buddy-1.7.9 are outdated and don't support java 11? How do I configure build so that I can reproduce the error locally? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
