Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for gradleWrapper (0.13 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/jenkins.adoc

    [listing.terminal.sample-command]
    ----
    $ ./gradlew build
    
    BUILD SUCCESSFUL
    14 actionable tasks: 14 executed
    ----
    
    The project provides the <<gradle_wrapper.adoc#gradle_wrapper_reference,Gradle Wrapper>> as part of the repository.
    It is a recommended practice for any Gradle project as it enables your project to built on CI without having to install the Gradle runtime.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/reference/third_party_integration.adoc

     * <<teamcity.adoc#build_teamcity,TeamCity>>
     * <<travis-ci.adoc#build_travis,Travis CI>>
    
    Even if you don't use one of the above, you can almost certainly configure your CI platform to use the <<gradle_wrapper.adoc#gradle_wrapper_reference,Gradle Wrapper>> scripts.
    
    == How to integrate with Gradle
    
    There are two main ways to integrate a tool with Gradle:
    
     * The Gradle build uses the tool
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/teamcity.adoc

    [listing.terminal.sample-command]
    ----
    $ ./gradlew build
    
    BUILD SUCCESSFUL
    14 actionable tasks: 14 executed
    ----
    
    The project provides the <<gradle_wrapper.adoc#gradle_wrapper_reference,Gradle Wrapper>> as part of the repository.
    It is a recommended practice for any Gradle project as it enables your project to built on CI without having to install the Gradle runtime.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top