首页 新闻 会员 周边

springcloud项目报错,用的是gradle构建项目

0
悬赏园豆:100 [待解决问题]

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':admin-service:compileJava'.

    Compilation failed; see the compiler error output for details.

  • Try:
    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.
See https://docs.gradle.org/4.8.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 40s
1 actionable task: 1 executed
17:04:22: Task execution finished 'OssAdminApplication.main()'.

黄邦锁的主页 黄邦锁 | 初学一级 | 园豆:106
提问于:2019-11-16 17:35
< >
分享
所有回答(1)
0

这不提示告诉你编译错误了吗,根据具体错误提示改代码就行了。

gradle assemble --debug看看更详细错误提示。

Timetombs | 园豆:3954 (老鸟四级) | 2019-11-17 17:16
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册