Before I ask, I looked around and I do not see any other questions with similar problems like me. I am currently using the nightly build of LibGDX with Gradle and every time I try to set the java language level to 7.0 or even 8.0 it updates Gradle and then forces the language level back to 6.0, all I read says that Gradle does not have control over the level of the language, but when it forces a change, is there something I am looking for? I tried using File | Project structure | Project Language Level, I tried to set each module to 7.0, and I tried to set the default language level for intellij, the only reason I need 7.0 is the ability to use the string type for the switch case. Any help would be greatly appreciated.
source
share