idea ide で単純なソース コードをコンパイルしようとすると、このエラーが発生します。
java: diamond operator is not supported in -source 1.6 (use -source 7 or higher to enable diamond operator)
jdk は oracle の 1.7.40 です
しかし、この「-source 7」オプションを追加する場所はどこですか?
ide設定を追加しようとしましたが、効果がありませんでした。