-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update gradle in gitpod/workspace-full #334
Comments
see #69 (comment) Maybe we can use https://sdkman.io/ to install Java, Maven and Gradle into |
Thanks for the pointers! I'll look into upgrading Gradle to latest stable in |
Actually this is a duplicate of #69. Closing. |
I am having a very similar if not the same issue.
|
Oh oh, that's unfortunate, because we expected this issue (actually, #69) to be fixed since we've now upgraded Gradle in production. @AlexTugarev when you have some time, could you please look into this problem? |
Closing this as it's been a while. Please re-open if the problem is still there. |
Describe the bug
Currently running
gradle init
in a freshgitpod/workspace-full
based workspace yields:To Reproduce
gradle init --type java-library
Expected behavior
Gradle should initialize the project.
It seems to be a gradle incompatibility with java 8 (we have
jdk 1.8.0_201
). Updating togradle-4.10.3
solves the issues; sadly this is not available from the ubuntu repos.The text was updated successfully, but these errors were encountered: