but why my build is 1.8 ? I have changed it to 11 everywhere before build
l
Lars Kaulen
06/28/2022, 9:51 AM
as long as you are not using toolchains you will also have to make sure that you actually start the gradle process with JDK in version 11
j
Jon HE
06/28/2022, 9:55 AM
Hi Louis, Lars
Thank you ! I find the cause. It was JDK 1.8 in gradle configuration as default. I solved it by adding JDK 11 path into gradle.properties