I have the same problem. I get this:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project impl: Compilation failure: Compilation failure:
[ERROR] C:\Projects\Service.groovy:
[ERROR] 1. ERROR in C:\Projects\Service.groovy (at line 0)
[ERROR] package package
[ERROR] ^
[ERROR] Internal compiler error: java.lang.IllegalStateException: Optional.get() cannot be called on an absent value at com.google.common.base.Absent.get(Absent.java:47)
[ERROR] ----------
[ERROR] 1 problem (1 error)
[ERROR]
[ERROR] Found 1 error and 0 warnings.
[ERROR] -> [Help 1]