When i run my maven project in intellij i get this error :
Error:(7, 30) java: cannot access com.mycompany.dao.impl.SkillDaoImpl bad class file: /C:/Users/User/.m2/repository/com/mycompany/ResumeDbApp/0.1/ResumeDbApp-0.1.jar!/com/mycompany/dao/impl/SkillDaoImpl.class class file has wrong version 57.0, should be 55.0 Please remove or make sure it appears in the correct subdirectory of the classpath.
Know anyone why it doing?