Groovy Error

I want help..
When I press (Build) for my project..
This appear! ,I don't know what the problem, Can someone help please?
Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:

0

Groovy provides a number of helper methods when working with I/O. Groovy provides easier classes to provide the following functionalities for files.

  • Reading files
  • Writing to files
  • Traversing file trees
  • Reading and writing data objects to files

In addition to this, you can always use the normal Java classes listed below for File I/O operations:

  • java.io.File
  • java.io.InputStream
  • java.io.OutputStream
  • java.io.Reader
  • java.io.Writer
0

请先登录再写评论。