Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 23 for gradleWrapper (0.38 sec)

  1. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

    import common.KillProcessMode.KILL_ALL_GRADLE_PROCESSES
    import common.Os
    import common.applyPerformanceTestSettings
    import common.buildToolGradleParameters
    import common.checkCleanM2AndAndroidUserHome
    import common.gradleWrapper
    import common.individualPerformanceTestArtifactRules
    import common.killProcessStep
    import common.performanceTestCommandLine
    import common.removeSubstDirOnWindows
    import common.substDirOnWindows
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/util/RerunFlakyTest.kt

    import common.buildToolGradleParameters
    import common.checkCleanM2AndAndroidUserHome
    import common.compileAllDependency
    import common.functionalTestExtraParameters
    import common.functionalTestParameters
    import common.gradleWrapper
    import common.killProcessStep
    import configurations.CompileAll
    import jetbrains.buildServer.configs.kotlin.BuildStep
    import jetbrains.buildServer.configs.kotlin.BuildType
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/configurations/GradleBuildConfigurationDefaults.kt

    import common.checkCleanM2AndAndroidUserHome
    import common.cleanUpGitUntrackedFilesAndDirectories
    import common.compileAllDependency
    import common.dependsOn
    import common.functionalTestParameters
    import common.gradleWrapper
    import common.killProcessStep
    import common.onlyRunOnGitHubMergeQueueBranch
    import jetbrains.buildServer.configs.kotlin.BuildFeatures
    import jetbrains.buildServer.configs.kotlin.BuildStep.ExecutionMode
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/gradle_directories.adoc

    <4> Contains the JAR file and configuration of the <<gradle_wrapper.adoc#gradle_wrapper_reference,Gradle Wrapper>>.
    <5> Project-specific <<build_environment.adoc#sec:gradle_configuration_properties,Gradle configuration properties>>.
    <6> Scripts for executing builds using the <<gradle_wrapper.adoc#gradle_wrapper_reference,Gradle Wrapper>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/running-builds/introduction/gradle_wrapper_basics.adoc

    ----
    $ gradlew.bat build
    
    include::{snippetsPath}/wrapper/simple/tests/wrapperBatchFileExecution.out[]
    ----
    
    Consult the <<gradle_wrapper.adoc#gradle_wrapper_reference,Gradle Wrapper reference>> to learn more.
    
    [.text-right]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 19:34:59 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/main/java/org/gradle/buildinit/plugins/WrapperPlugin.java

    import static org.gradle.api.tasks.wrapper.internal.DefaultWrapperVersionsResources.RELEASE_NIGHTLY;
    
    /**
     * The wrapper plugin.
     *
     * @see <a href="https://docs.gradle.org/current/userguide/gradle_wrapper.html">Gradle Wrapper reference</a>
     */
    public abstract class WrapperPlugin implements Plugin<Project> {
    
        @Override
        public void apply(Project project) {
            if (project.getParent() == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 14 22:46:52 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/running-builds/introduction/command_line_interface_basics.adoc

    [[command_line_interface_basics]]
    = Command-Line Interface Basics
    
    The command-line interface is the primary **method of interacting with Gradle** outside the IDE.
    
    image::gradle-basic-2.png[]
    
    Use of the <<gradle_wrapper.adoc#gradle_wrapper_reference, Gradle Wrapper>> is highly encouraged.
    
    Substitute `./gradlew` (in macOS / Linux) or `gradlew.bat` (in Windows) for `gradle` in the following examples.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/userguide_single.adoc

    include::github-actions.adoc[leveloffset=+2]
    include::travis-ci.adoc[leveloffset=+2]
    
    [[part:reference]]
    == **REFERENCE**
    
    include::command_line_interface.adoc[leveloffset=+2]
    include::gradle_wrapper.adoc[leveloffset=+2]
    include::plugin_reference.adoc[leveloffset=2]
    include::third_party_integration.adoc[leveloffset=2]
    
    == GRADLE DSLs and API
    
    include::groovy_build_script_primer.adoc[leveloffset=+2]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 22:56:31 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/travis-ci.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
    - 5.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/init_scripts.adoc

    +
    This lets you package a custom Gradle distribution containing custom build logic and plugins. You can combine this with the <<gradle_wrapper.adoc#gradle_wrapper_reference,Gradle wrapper>> to make custom logic available to all builds in your enterprise.
    
    If more than one init script is found, they will all be executed in the order specified above.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 8.2K bytes
    - Viewed (0)
Back to top