进行一些修改后运行 grails 项目时出错

Error in runing grails project after making some modification

所以该项目 运行 运行良好,直到我尝试重新打开该项目并 运行 它做了一些修改(我不记得在哪里),它给了我输出如下:

 :compileJava UP-TO-DATE
:compileGroovy FAILED

BUILD FAILED

Total time: 10.624 secs
Error |
Gradle build terminated with error: Compilation failed; see the compiler error output for details. (Use --stacktrace to see the full trace)

我曾尝试清理该项目,但它像构建一样失败了,而且我不知道 ide 为什么会发生这种情况,因为我是 grails 和 groovy 的新手。 我正在使用 netbeans ide 和 grails v 3.0.0

抱歉英语不好

我使用文件历史将其恢复到原来的状态,并且有效。

https://i.stack.imgur.com/2B5k9.png