Skip to content

Instantly share code, notes, and snippets.

@HexBugOrion
Created December 6, 2025 20:25
Show Gist options
  • Select an option

  • Save HexBugOrion/7ca745edefd024ec18a327edf4ab6d64 to your computer and use it in GitHub Desktop.

Select an option

Save HexBugOrion/7ca745edefd024ec18a327edf4ab6d64 to your computer and use it in GitHub Desktop.
zaneruhnow@Zanes-MacBook-Pro minecraft-macroverse % sudo ./gradlew wrapper --gradle-version latest
Password:
Downloading https://services.gradle.org/distributions/gradle-9.1.0-bin.zip
............10%.............20%.............30%.............40%.............50%............60%.............70%.............80%.............90%.............100%
Welcome to Gradle 9.1.0!
Here are the highlights of this release:
- Full Java 25 support
- Native task graph visualization
- Enhanced console output
For more details see https://docs.gradle.org/9.1.0/release-notes.html
Starting a Gradle Daemon (subsequent builds will be faster)
[Incubating] Problems report is available at: file:///Users/zaneruhnow/Modding/minecraft-macroverse/build/reports/problems/problems-report.html
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'minecraft-macroverse'.
> Could not resolve all artifacts for configuration 'classpath'.
> Could not resolve net.fabricmc:fabric-loom:1.14.4.
Required by:
buildscript of root project 'minecraft-macroverse' > fabric-loom:fabric-loom.gradle.plugin:1.14-SNAPSHOT:20251205.171834-3
> No matching variant of net.fabricmc:fabric-loom:1.14.4 was found. The consumer was configured to find a library for use during runtime, compatible with Java 21, packaged as a jar, and its dependencies declared externally, as well as attribute 'org.gradle.plugin.api-version' with value '9.1.0' but:
- Variant 'apiElements' declares a library, compatible with Java 21, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares a component for use during compile-time and the consumer needed a component for use during runtime
- Other compatible attribute:
- Doesn't say anything about org.gradle.plugin.api-version (required '9.1.0')
- Variant 'runtimeElements' declares a library for use during runtime, compatible with Java 21, packaged as a jar, and its dependencies declared externally:
- Incompatible because this component declares a component, as well as attribute 'org.gradle.plugin.api-version' with value '9.2.0' and the consumer needed a component, as well as attribute 'org.gradle.plugin.api-version' with value '9.1.0'
- Variant 'sourcesElements' declares a component for use during runtime, and its dependencies declared externally:
- Incompatible because this component declares documentation and the consumer needed a library
- Other compatible attributes:
- Doesn't say anything about its elements (required them packaged as a jar)
- Doesn't say anything about its target Java version (required compatibility with Java 21)
- Doesn't say anything about org.gradle.plugin.api-version (required '9.1.0')
* Try:
> No matching variant errors are explained in more detail at https://docs.gradle.org/9.1.0/userguide/variant_model.html#sub:variant-no-match.
> Review the variant matching algorithm at https://docs.gradle.org/9.1.0/userguide/variant_attributes.html#sec:abm_algorithm.
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to generate a Build Scan (Powered by Develocity).
> Get more help at https://help.gradle.org.
BUILD FAILED in 9s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment