I want to use this library, I cloned it and imported it into IntelliJ IDEA 14.0.3, with JDK 1.8.0_77, but when I want to run the main method I get this error:
Error:(422, 50) java: diamond operator is not supported in -source 1.6
(use -source 7 or higher to enable diamond operator)
what is going on here? how can I resolve it?