我已经通过上面提供的方法获得了日志文件。 详细信息如下:
> Configure project :
New Dep: net.minecraftforge:forge:1.14.4-28.2.0_mapped_snapshot_20190719-1.14.3
.\gradlew :
所在位置 行:1 字符: 1
+ .\gradlew build --refesh-dependencies --rerun-tasks --console plain ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
FAILURE:
Build failed with an exception.
* What went wrong:
Problem configuring task :build from command line.
>
Unknown command-line option '--refesh-dependencies'.
* Try:
Run
gradlew help --task :build
to get task usage details. 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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED
in 14s
以上是日志文件,我该怎么办?