kimble/grails-health-control

Does not compile on Java 6

Closed this issue · 1 comments

Not sure if you'll care about this, but this requires Java 7:

grails-app/health-controls/com/developerb/healthcontrol/DiskSpaceHealthControl.groovy: 7: unable to resolve class java.nio.file.FileSystems
 @ line 7, column 1.
   import java.nio.file.FileSystems
   ^

Btw I have done a workaround using reflection on my fork; happy to submit a pull request if you're interested.