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
David Ankin
11/07/2023, 9:57 PM
it creates a bootstrapping problem, how do you get a new project started? sdkman still pretty useful for this
v
Vampire
11/08/2023, 7:59 AM
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.