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
Caused by: java.lang.NoClassDefFoundError: io/github/joke/spockmockable/agent/StaticMockHandler
at java.base/java.time.LocalDateTime.of(LocalDateTime.java:374)
at java.base/java.time.LocalDateTime.<clinit>(LocalDateTime.java:144)
at jdk.zipfs/jdk.nio.zipfs.ZipUtils.dosToJavaTime(ZipUtils.java:118)
....
I get
when running this minimal test:
Using Spock 2.1, spock-mockable 2.3.2
The order of calls does not matter.
The whole test execution crashes, so no tests run at all with that failure.
The text was updated successfully, but these errors were encountered: