I get a lot of these with 1.1 ```Calls to static m...
# announcements
r
I get a lot of these with 1.1
Copy code
Calls to static methods in Java interfaces are deprecated in JVM target 1.6. Recompile with '-jvm-target 1.8'
But I'm targetting 1.8 already in maven compiler plugin, where do I specify this other target in the pom?