求助!!!导出模组时导不出怎么办?
mcreator吧
全部回复
仅看楼主
level 2
RLYD 楼主
显示报错:
Executing Gradle task: build
Build info: MCreator 2024.4.52410, forge-1.20.1, 64-bit, 7995 MB, Windows 10, JVM 21.0.4, JAVA_HOME: D:\Program Files\Pylo\MCreator\jdk, started on: 2025-01-13-12:32:46
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':compileJava'.
> Could not resolve all dependencies for configuration ':compileClasspath'.
> Failed to calculate the value of task ':compileJava' property 'javaCompiler'.
> Cannot find a Java installation on your machine matching this tasks requirements: {languageVersion=17, vendor=any, implementation=vendor-specific} for WINDOWS on x86_64.
> No matching toolchain could be found in the locally installed toolchains or the configured toolchain download repositories. Some toolchain resolvers had provisioning failures: foojay (Unable to download toolchain matching the requirements ({languageVersion=17, vendor=any, implementation=vendor-specific}) from 'https://api.foojay.io/disco/v3.0/ids/7ff9b97e0da2e21666aa844b1bee2435/redirect', due to: Could not HEAD 'https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13+11/OpenJDK17U-jdk_x64_windows_hotspot_17.0.13_11.zip'.).
* Try:
> Learn more about toolchain auto-detection at https://docs.gradle.org/8.8/userguide/toolchains.html#sec:auto_detection.
> Learn more about toolchain repositories at https://docs.gradle.org/8.8/userguide/toolchains.html#sub:download_repositories.
> 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.
> Get more help at https://help.gradle.org.
BUILD FAILED in 11s
BUILD FAILED
Task completed in 11 seconds
2025年01月13日 04点01分 1
level 1
mcr用的是gradle的jdk,mcr2024.2及以上的版本gradle的jdk都是21版本,所以运行forge1.20.1时要另外下载jdk17,但是国内墙了,所以请求超时,自己电脑上的jdk-17 mcr是不会识别使用的,就会报错说cannot find java17你可以选择将版本降到mcr2024.1,这个版本的mcr的gradle用的是jdk-17版本,可以直接运行forge1.20.1
2025年06月19日 13点06分 3
@kkskksss 2024.1功能这么少,其他版本挂梯子他也没用啊
2025年09月21日 22点09分
1