slawekjaranowski commented on PR #152:
URL: https://github.com/apache/maven-enforcer/pull/152#issuecomment-1141397739
GH builds special code PR+current master - after rebase with master I have
the same strange error .... jdk 11
```
Caused by: java.lang.NullPointerException
at com.sun.tools.javac.main.JavaCompiler.readSourceFile
(JavaCompiler.java:841)
at
com.sun.tools.javac.processing.JavacProcessingEnvironment$ImplicitCompleter.complete
(JavacProcessingEnvironment.java:1535)
at com.sun.tools.javac.code.Symbol.complete (Symbol.java:642)
```
cause is missing dependencies for `javax.annotation.Nonnull` annotation.
Please check - I think that for private method we don't need such.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]