When I compile a Java project using IntelliJ IDEA, it gives me the following output (and error):
Information:Eclipse compiler 4.6.2 was used to compile java
In my case it was because of lombok library with intellij 2019.2 & java11.
lombok
According to this IDEA bug after workaround idea works again:
Disable all building from intelliJ and dedicate the build to Maven.