IntelliJでビルドした時に internal java compiler error が出てつらかった

概要

ほぼ作りたてなプロジェクトをビルドすると、以下のメッセージが出て失敗する

Information:java: javacTask: ソース・リリース8にはターゲット・リリース1.8が必要です
Information:java: Errors occurred while compiling module HogeApp_main
Information:javac 1.8.0_171 was used to compile java sources
Information:2018/06/14 16:43 - Compilation completed with 1 error and 0 warnings in 6 s 128 ms
Error:java: Compilation failed: internal java compiler error

続きを読む