I am using Gradle with intellij.
I update Gradle and then restore my project.
I get the following

- Pay attention to the first line - Use: javac 1.8.0_65
But I get an error that -source7 or higher should use.
I also set the following in the settings

(the sdk (1.8) project is installed with all internal modules) But I still cannot rebuild or compile without this error. Any suggestions?
(obviously, I deleted all my classes and banks, and then Gradle updated and rebuilt the project)
source share