This message was deleted.
# community-support
s
This message was deleted.
m
Have you installed SDKMan?
sdk
is from https://sdkman.io/
e
also you should usually not need to install Gradle. it is expected that the Gradle Wrapper is checked into projects you work on, and that does not require anything beyond Java installed.
d
it creates a bootstrapping problem, how do you get a new project started? sdkman still pretty useful for this
v
I usually use the wrapper of another project to bootstrap a new project. Another alternative would be to use for example the Gradle that is shipped with your IDE.