D:\Code\starter>gradlew.bat setupDecompWorkspace
Welcome to Gradle 9.3.1!
Here are the highlights of this release:
- Test reporting improvements
- Error and warning improvements
- Build authoring improvements
For more details see https://docs.gradle.org/9.3.1/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
- What went wrong: Unable to download toolchain matching the requirements
({languageVersion=25, vendor=any vendor, implementation=vendor-specific,
nativeImageCapable=false}) from
'https://api.foojay.io/disco/v3.0/ids/552c7bffe0370c66410a51c55985b511/redirect',
due to: Toolchain provisioned from
'https://api.foojay.io/disco/v3.0/ids/552c7bffe0370c66410a51c55985b511/redirect'
doesn't satisfy the specification: {languageVersion=25, vendor=any vendor,
implementation=vendor-specific, nativeImageCapable=false} and must have the
executable 'javac', the executable 'javadoc', and the executable 'jar'.
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights from a Build
Scan (powered by Develocity). Get more help at https://help.gradle.org.
I downloaded starter.zip and failed to run step 5 following the "Getting started" guide.