Hello,
I got the following error log after I migrated my code from 1.5.5 to 1.6.0. The error came up while debugging. I have no idea what is causing it. Your help will be highly appreciated. Thanks
Task :test
UserTest > test_saveAndLoad() FAILED
java.lang.NoClassDefFoundError at LogbackLoggingSystem.java:304
Caused by: java.lang.ClassNotFoundException at BuiltinClassLoader.java:641
Caused by: java.lang.ClassNotFoundException at BuiltinClassLoader.java:641
UserUiTest > test_createUser() FAILED
java.lang.NoClassDefFoundError at LogbackLoggingSystem.java:304
Caused by: java.lang.ClassNotFoundException at LogbackLoggingSystem.java:304
Caused by: java.lang.ClassNotFoundException at LogbackLoggingSystem.java:304
2 tests completed, 2 failed
Task :test FAILED