我做好的mod,前面还能构建,一切正常,过了一会就没法构建了,提示build.gradle文件里面填的版本不存在,应该不是代码的问题,因为我重新配置forge也是提示这个,具体提示如下,希望可以有大佬帮我一下,谢谢!
./gradlew build 的提示:
- PS D:\1.12.2mod> ./gradlew build
- To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html.
- FAILURE: Build failed with an exception.
- * Where:
- Build file 'D:\1.12.2mod\build.gradle' line: 26
- * What went wrong:
- A problem occurred evaluating root project '1.12.2mod'.
- > No such version exists!
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
- BUILD FAILED
- Total time: 12.746 secs
复制代码
|
./gradlew setupDecompWorkspace 的提示:
- PS D:\1.12.2mod> ./gradlew setupDecompWorkspace
- To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.14/userguide/gradle_daemon.html.
- FAILURE: Build failed with an exception.
- * Where:
- Build file 'D:\1.12.2mod\build.gradle' line: 26
- * What went wrong:
- A problem occurred evaluating root project '1.12.2mod'.
- > No such version exists!
- * Try:
- Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
- BUILD FAILED
- Total time: 12.709 secs
复制代码
|