I changed my Java version from 20.0.1 to 17.0.1. This is because Java version between 8 and 19 is required to execute my project with gradle 7.5. I found the issue was that Java 20 version is not yet supported to execute gradle 7.5.
That's all how I…
Top comments (0)