grpc-kotlin icon indicating copy to clipboard operation
grpc-kotlin copied to clipboard

Investigate dependencies for JDK 9+ in Maven Projects

Open jamesward opened this issue 5 years ago • 1 comments
trafficstars

Using this in Maven projects with JDK9+ doesn't work. So maybe the stub should depend on javax.annotation:javax.annotation-api ?

cannot find symbol
[ERROR]   symbol:   class Generated
[ERROR]   location: package javax.annotation

jamesward avatar Apr 10 '20 20:04 jamesward

using java-library and api (versus implementation) to provide the annotation-api seems like the solution

mattdkerr avatar Apr 17 '20 22:04 mattdkerr