Advertisement
Guest User

Untitled

a guest
Feb 9th, 2025
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | Gaming | 0 0
  1. C:\Modding\BetterEnd>gradlew build --warning-mode all
  2. Settings file 'C:\Modding\BetterEnd\settings.gradle': line 3
  3. The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 9.0. JFrog announced JCenter's sunset in February 2021. Use mavenCentral() instead. Consult the upgrading guide for further information: https://docs.gradle.org/8.5/userguide/upgrading_version_6.html#jcenter_deprecation
  4. at settings_5jfoydhwmky0m7pwd62db9yqn$_run_closure1$_closure2.doCall$original(C:\Modding\BetterEnd\settings.gradle:3)
  5. (Run with --stacktrace to get the full stack trace of this deprecation warning.)
  6. at settings_5jfoydhwmky0m7pwd62db9yqn$_run_closure1.doCall$original(C:\Modding\BetterEnd\settings.gradle:2)
  7. (Run with --stacktrace to get the full stack trace of this deprecation warning.)
  8. IntelliJ: false
  9.  
  10. FAILURE: Build failed with an exception.
  11.  
  12. * What went wrong:
  13. A problem occurred configuring root project 'BetterEnd'.
  14. > Could not resolve all files for configuration ':classpath'.
  15. > Could not resolve net.fabricmc:fabric-loom:1.7.4.
  16. Required by:
  17. project : > fabric-loom:fabric-loom.gradle.plugin:1.7.4
  18. > No matching variant of net.fabricmc:fabric-loom:1.7.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 '8.5' but:
  19. - Variant 'apiElements' capability net.fabricmc:fabric-loom:1.7.4 declares a library, compatible with Java 8, packaged as a jar, and its dependencies declared externally:
  20. - Incompatible because this component declares a component for use during compile-time, as well as attribute 'org.gradle.plugin.api-version' with value '8.8' and the consumer needed a component for use during runtime, as well as attribute 'org.gradle.plugin.api-version' with value '8.5'
  21. - Variant 'runtimeElements' capability net.fabricmc:fabric-loom:1.7.4 declares a library for use during runtime, compatible with Java 8, packaged as a jar, and its dependencies declared externally:
  22. - Incompatible because this component declares a component, as well as attribute 'org.gradle.plugin.api-version' with value '8.8' and the consumer needed a component, as well as attribute 'org.gradle.plugin.api-version' with value '8.5'
  23. - Variant 'sourcesElements' capability net.fabricmc:fabric-loom:1.7.4 declares a component for use during runtime, compatible with Java 8, and its dependencies declared externally:
  24. - Incompatible because this component declares documentation, as well as attribute 'org.gradle.plugin.api-version' with value '8.8' and the consumer needed a library, as well as attribute 'org.gradle.plugin.api-version' with value '8.5'
  25. - Other compatible attribute:
  26. - Doesn't say anything about its elements (required them packaged as a jar)
  27.  
  28. * Try:
  29. > Run with --stacktrace option to get the stack trace.
  30. > Run with --info or --debug option to get more log output.
  31. > Run with --scan to get full insights.
  32. > Get more help at https://help.gradle.org.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement