22:43:06: Executing external task 'bootRun -Xms258m -Xmx768m '...
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at build_de0x4c0rt8ryb1z0vfb612cx.run(D:\idea_work\onirii-test\onirii-test\build.gradle:85)
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:findMainClass
Gradle now uses separate output directories for each JVM language, but this build assumes a single directory for all classes from a source set. This behaviour has been deprecated and is scheduled to be removed in Gradle 5.0
:bootRun FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':bootRun'.
> A problem occurred starting process 'command 'D:\softhome\jdk1.8.0_73\bin\java.exe''
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED in 5s
4 actionable tasks: 2 executed, 2 up-to-date
CreateProcess error=206, 文件名或扩展名太长。
22:43:12: External task execution finished 'bootRun -Xms258m -Xmx768m '.
求大神指导
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。
有详细错误信息么? 执行的时候加下--stacktrace
去掉jvm参数