You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating from 1.2.1 to 1.3.1, task runPluginVerifier always fails with the following error:
[ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Caused by: java.io.IOException: Cannot run program "/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home/jdk/Contents/Home/bin/java" (in directory "/Users/xxx"): error=2, No such file or directory
The correct path is /Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home/bin/java. This is the default install location for Temurin (https://adoptium.net) on macOS.
Gradle 7.4 (same problem with 7.3), macOS 12.2
The text was updated successfully, but these errors were encountered:
After updating from 1.2.1 to 1.3.1, task
runPluginVerifier
always fails with the following error:The correct path is
/Library/Java/JavaVirtualMachines/temurin-11.jdk/Contents/Home/bin/java
. This is the default install location for Temurin (https://adoptium.net) on macOS.Gradle 7.4 (same problem with 7.3), macOS 12.2
The text was updated successfully, but these errors were encountered: