-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradle 4.6 not compatible with java 11 #30
Comments
yeah... same issue remains :) |
the same issue still remain. I updated the gradle version to 8.x but some of the methods used are now deprecated (c,f setDestination(File file)) |
I get this error when trying to run the app : FAILURE: Build failed with an exception.
BUILD FAILED in 1s |
changing the code in build.gradle file as below has worked for me. plugins { node { |
This won't build for me. It looks like gradle 4.6 is being used, and I have java 11 installed on my build machine. After doing some reading, it looks like gradle 4.x does not support java 11. It needs to be gradle 5.x to support java 11.
The text was updated successfully, but these errors were encountered: