【发布时间】:2018-05-16 07:35:40
【问题描述】:
我正在尝试使用 Maven 插件将我的 Gradle 项目转换为 Maven。我正在关注SO link,但是当我运行 Gradle install 命令时出现以下错误
C:\Users\>gradle install
FAILURE: Build failed with an exception.
* What went wrong:
Task 'install' not found in root project .
* Try:
Run gradle tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log outpu
* Get more help at https://help.gradle.org
BUILD FAILED in 0s
当我执行gradle -tasks 时,它没有显示安装。在这做什么?
【问题讨论】: