Compiler level
and gradle
project settings are inconsistent
#2770
Labels
need verify
The fix is available, need verify from user
I'm using a gradle project, and the gradle compiled source code level is JDK19,
but the actual compilation level is JDK1.8.

After my check, I found that JDK1.8 is derived from
"java.settings.url": "file:///C:/Users/Administrator/AppData/Roaming/Code/User/org.eclipse.jdt.core.prefs",
Environment
Steps To Reproduce
"java.settings.url
Current Result
java source level = jdk1.8
Expected Result
java source level = jdk19
Additional Informations
If I change the configuration
java.settings.url
to JDK19, the source code level is 19.The text was updated successfully, but these errors were encountered: