Unsupported major.minor version 52.0 - grails

懵懂的女人 提交于 2019-12-06 04:25:34

The project was compiled using a newer version of JDK but is being run at an older version. Clean all your code and rebuild the project.

Sometimes this is due to a plugin whose binary has been compiled with a higher version of Java.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!