Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin does not know about Java 8 #8

Open
drXargle opened this issue Nov 15, 2015 · 1 comment
Open

plugin does not know about Java 8 #8

drXargle opened this issue Nov 15, 2015 · 1 comment

Comments

@drXargle
Copy link
Contributor

Need to override the central-parent's maven-compile-plugin configuration as it is forcing java 7. We need to have java 1.8!

@drXargle
Copy link
Contributor Author

Ahh, it looks like the failure to cope with Java8 is not anything to do with the plugin. See Nabble issue apparently it is an old version of ANTLR which is to blame.

Issues are:

  • It fails to parse files containing Java 8 specific syntax;
  • It also fails to parse files containing Java 7 "diamond" operator;
  • Javadocs for individual enum constants from java classes don't make it into final GroovyClassDoc metadata and hence into the docs (this works fine for groovy sources though).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant