Gradle: Could not determine java version from ‘11.0.2’
[*] There are two different Gradle applications in your system. the system-wide Gradle This application is invoked by gradle (arguments). the gradle-wrapper The gradle-wrapper is specific to every project and can only be invoked inside the project’s directory, using the command ./gradlew (arguments). Your system-wide gradle version is 5.1.1 (as the OP explained in the … Read more