• Travis CI eval ./gradlew assemble 错误


    问题

    在进行 Travis CI 进行集成编译的时候出现错误。

    <-------------> 0% WAITINGThe command "eval ./gradlew assemble " failed. Retrying, 2 of 3.
    FAILURE: Build failed with an exception.
    * What went wrong:
    Task 'assemble' not found in root project 'asciidoc-docs'.
    * Try:
    Run gradlew 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 output. Run with --scan to get full insights.
    * Get more help at https://help.gradle.org
    BUILD FAILED in 0s
    <-------------> 0% WAITINGThe command "eval ./gradlew assemble " failed. Retrying, 3 of 3.

    具体的错误信息如下:

    BUILD FAILED in 8s
    <-------------> 0% WAITINGThe command "eval ./gradlew assemble " failed. Retrying, 2 of 3.
    FAILURE: Build failed with an exception.
    * What went wrong:
    Task 'assemble' not found in root project 'asciidoc-docs'.
    * Try:
    Run gradlew 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 output. Run with --scan to get full insights.
    * Get more help at https://help.gradle.org
    BUILD FAILED in 0s
    <-------------> 0% WAITINGThe command "eval ./gradlew assemble " failed. Retrying, 3 of 3.
    FAILURE: Build failed with an exception.
    * What went wrong:
    Task 'assemble' not found in root project 'asciidoc-docs'.
    * Try:
    Run gradlew 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 output. Run with --scan to get full insights.
    * Get more help at https://help.gradle.org
    BUILD FAILED in 0s
    <-------------> 0% WAITINGThe command "eval ./gradlew assemble " failed 3 times.
    The command "./gradlew assemble" failed and exited with 1 during .
    Your build has been stopped.

    问题解决

    请确定你的 .travis.yml 文件中有没有 gradlew 有没有 Gradle 的脚本。

    你需要在 script 中配置脚本。

  • 相关阅读:
    smartforms换页,
    smartforms初始化
    webdynpro 调用应用程序做跳转
    java-接口(新手)
    java -输入年龄判断是否符合范围。
    java-选中排序(新手)
    java -封装一个类。(姓名、年龄、性别)
    难以理解的一个排序方法-冒泡排序。(新手)
    java-乘法口诀表。(新手)
    java-随机点名2(新手)
  • 原文地址:https://www.cnblogs.com/huyuchengus/p/11182933.html
Copyright © 2020-2023  润新知