I' trying to build a in IntelliJ IDEA project that is not mine and I got the following error:
java: diamond operator is not supported in -source 1.6 (use -source 7 or higher to enable diamond operator)
How do I change this setting in IntelliJ IDEA?
For me, above answers didn't work, although they helped me solve my issue. At module level
build.gradle
do the following: