Dariusz Kuc
01/26/2021, 8:29 PMjava.lang.Class
etc, any ideas?mbonnin
01/26/2021, 8:31 PMmbonnin
01/26/2021, 8:32 PMDariusz Kuc
01/26/2021, 8:37 PMDariusz Kuc
01/26/2021, 8:39 PMAlexey Belkov [JB]
01/27/2021, 10:37 AM~/.gradle
, remove .idea project directory and reimport the project?Dariusz Kuc
01/27/2021, 1:38 PMDariusz Kuc
01/27/2021, 3:29 PM.gradle
directory, project .idea
and .gradle
directories -> it imported a project using system setting of Gradle + JDK 11 but the classes still complain about the same
updating the project to JDK 15 fixes the IDEA issues 😢 since I'm using Gradle for build/tests in IDEA they are run using JDK 11 with the warning that project setting is set to 15 but we are using 11....
really have no idea what else might be happening here