Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 171 for gradlew (0.05 sec)

  1. .teamcity/src/main/kotlin/common/CommonExtensions.kt

        arch: Arch = Arch.AMD64,
    ): List<String> =
        listOf(
            "-PteamCityBuildId=%teamcity.build.id%",
            "-Dorg.gradle.java.installations.auto-download=false",
            "-Porg.gradle.java.installations.auto-download=false",
            "-Dorg.gradle.java.installations.auto-detect=false",
            "-Porg.gradle.java.installations.auto-detect=false",
        ) + os.javaInstallationLocations(arch)
    
    fun promotionBuildParameters(
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Sep 10 01:37:13 UTC 2025
    - 15K bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/common/VersionedSettingsBranch.kt

            private const val RELEASE_BRANCH = "release"
    
            private const val EXPERIMENTAL_BRANCH = "xperimental"
    
            // master branch of gradle/gradle-promote
            private const val GRADLE_PROMOTE_MASTER_VCS_ROOT_ID = "Gradle_GradlePromoteMaster"
    
            // experimental branch of gradle/gradle-promote
            private const val GRADLE_PROMOTE_EXPERIMENTAL_VCS_ROOT_ID = "Gradle_GradlePromoteExperimental"
    
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jun 17 09:57:45 UTC 2025
    - 3.8K bytes
    - Viewed (0)
  3. .teamcity/src/main/kotlin/configurations/Gradleception.kt

         1. Build a Gradle distribution with a fixed timestamp and hash it, but never use this distribution.
         2. Build a Gradle distribution with this hash as a version + fixed timestamp -> dogfood-first
         3. Build a Gradle distribution using dogfood-first with this hash as a version + fixed timestamp different from the one above -> dogfood-second
         4. Use dogfood-second to run a Gradle build which runs tests.
    
         */
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu May 01 14:55:05 UTC 2025
    - 7.1K bytes
    - Viewed (0)
  4. .github/ISSUE_TEMPLATE/20_contributor_feature_request.yml

            Please open IntelliJ-related issues on [the JetBrains Issue Tracker](https://youtrack.jetbrains.com/newIssue?project=IDEA)
            Please open Gradle Native-related issues on [the Gradle Native repository](https://github.com/gradle/gradle-native/issues)
    
            Provide a brief summary of the issue in the title above
      - type: textarea
        id: expected-behavior
        attributes:
          label: Expected Behavior
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Apr 06 11:10:39 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  5. .github/workflows/codeql-analysis.init.gradle

    Sterling Greene <******@****.***> 1602308214 -0400
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Sat Oct 10 05:36:54 UTC 2020
    - 745 bytes
    - Viewed (0)
  6. .github/hub_scripts/pr_ci.sh

    #
    # Simple shell script for launching CI jobs using the @bot-gradle GitHub comment listener.
    # Uses the [hub](https://hub.github.com/) CLI command to issue API requests to GitHub.
    # This script must be executed from the branch associated with the PR to issue the command on.
    #
    
    PR_NUMBER=$(hub pr show -f '%I')
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Fri Jan 22 15:25:21 UTC 2021
    - 1K bytes
    - Viewed (0)
  7. .github/ISSUE_TEMPLATE/40_contributor_documentation.yml

    body:
      - type: markdown
        attributes:
          value: |
            Please search related information in our [latest documentation](https://docs.gradle.org/current/userguide/userguide.html) before opening a documentation issue.
            If you need help with Gradle or have a usage question, please reach [our community](http://help.gradle.org/) instead of creating an issue.
    
            If you found a clear typo, please open a PR with a fix instead of opening an issue.
    
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Jan 15 10:01:01 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/promotion/PromotionProject.kt

                // https://github.com/gradle/gradle-private/issues/4504
                param("env.JDK8", javaHome(OpenJdk8, Os.LINUX))
                param("env.JDK11", javaHome(OpenJdk11, Os.LINUX))
                param("env.JDK17", javaHome(OpenJdk17, Os.LINUX))
                param("env.ORG_GRADLE_PROJECT_artifactoryUserName", "%gradle.internal.repository.build-tool.publish.username%")
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Mar 20 06:13:56 UTC 2025
    - 2.8K bytes
    - Viewed (0)
  9. .idea/misc.xml

          <item index="1" class="java.lang.String" itemvalue="org.gradle.internal.instrumentation.api.annotations.BytecodeUpgrade" />
          <item index="2" class="java.lang.String" itemvalue="org.gradle.internal.instrumentation.api.annotations.InterceptJvmCalls" />
          <item index="3" class="java.lang.String" itemvalue="org.gradle.internal.service.Provides" />
          <item index="4" class="java.lang.String" itemvalue="org.gradle.internal.scan.UsedByScanPlugin" />
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 11 17:25:01 UTC 2025
    - 4.9K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/configurations/BuildDistributions.kt

                        buildScanTagParam("BuildDistributions"),
                        "-PtestJavaVersion=${LINUX.buildJavaVersion.major}",
                        "-Dorg.gradle.java.installations.auto-download=false",
                        "-Porg.gradle.java.installations.auto-download=false",
                    ).joinToString(" "),
            )
    
            features {
                publishBuildStatusToGithub(model)
            }
    
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 1.3K bytes
    - Viewed (0)
Back to top