Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 171 for gradlew (0.28 sec)

  1. .github/workflows/issue-metadata.yml

        permissions:
          issues: write
        runs-on: ubuntu-latest
        steps:
          # Check that issues have proper metadata: labels and milestone
          # https://github.com/gradle/issue-management-action/blob/main/src/issue-metadata.ts
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Fri Aug 08 11:33:25 UTC 2025
    - 474 bytes
    - Viewed (0)
  2. .teamcity/src/main/kotlin/configurations/CheckLinks.kt

                this,
                ":docs:checkLinks",
                extraParameters =
                    listOf(
                        buildScanTagParam("CheckLinks"),
                        "-Dorg.gradle.java.installations.auto-download=false",
                        "-Porg.gradle.java.installations.auto-download=false",
                    ).joinToString(" "),
            )
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Aug 26 11:35:04 UTC 2025
    - 799 bytes
    - Viewed (0)
  3. .github/workflows/CheckBadMerge.groovy

    import java.nio.file.Files
    import java.nio.file.Paths
    
    /**
     * See https://github.com/gradle/gradle-private/issues/3919
     *
     * When merging `releaseX` branch into `master`, we should only use the release note from the `master` branch,
     * but sometimes changes on release notes.md was brought to master and merged unnoticed,
     * e.g https://github.com/gradle/gradle/pull/25825
     *
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Fri Jan 24 10:03:31 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  4. .teamcity/src/main/kotlin/configurations/CompileAll.kt

                        "-Dorg.gradle.java.installations.auto-download=false",
                        "-Porg.gradle.java.installations.auto-download=false",
                    ).joinToString(" "),
            )
    
            artifactRules =
                """$artifactRules
    platforms/core-runtime/base-services/build/generated-resources/build-receipt/org/gradle/build-receipt.properties
    """
        }) {
        companion object {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  5. .github/workflows/ci.yml

            if: ${{ failure() }}
            shell: bash
            run: ./util/print_surefire_reports.sh
          - name: 'Set up Gradle'
            if: matrix.java == 11 # used only by the integration tests below
            uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2
          - name: 'Integration Test'
            if: matrix.java == 11
            shell: bash
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Wed Sep 03 19:19:31 UTC 2025
    - 4.7K bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/model/FunctionalTestBucketProvider.kt

            return FunctionalTest(
                model,
                testCoverage.getBucketUuid(model, bucketIndex),
                "${testCoverage.asName()} ($startInclusive <= gradle <$endExclusive)",
                "${testCoverage.asName()} for gradle ($startInclusive <= gradle <$endExclusive)",
                testCoverage,
                stage,
                parallelizationMethod,
                emptyList(),
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Jul 10 05:08:24 UTC 2025
    - 8.2K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/promotion/MergeReleaseIntoMaster.kt

                        buildType =
                            "Gradle_${vcsBranch.branchName.uppercase()}_${NIGHTLY_SNAPSHOT_BUILD_ID}"
                        successfulOnly = true
                        branchFilter = "+:*"
                    }
                }
            }
    
            dependencies {
                dependency(
                    AbsoluteId("Gradle_${vcsBranch.branchName.uppercase()}_${NIGHTLY_SNAPSHOT_BUILD_ID}"),
                ) {
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Jun 10 10:38:00 UTC 2025
    - 2.3K bytes
    - Viewed (0)
  8. .teamcity/src/main/kotlin/configurations/PerformanceTestsPass.kt

                            listOf(
                                "-Porg.gradle.performance.branchName" to "%teamcity.build.branch%",
                                "-Porg.gradle.performance.db.url" to "%performance.db.url%",
                                "-Porg.gradle.performance.db.username" to "%performance.db.username%",
                                "-Porg.gradle.performance.dependencyBuildIds" to dependencyBuildIds,
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.8K bytes
    - Viewed (0)
  9. .github/workflows/submit-github-dependency-graph.yml

        runs-on: ubuntu-latest
        steps:
        - uses: actions/checkout@v5
        - uses: actions/setup-java@v5
          with:
            distribution: temurin
            java-version: 17
        - name: Setup Gradle
          uses: gradle/actions/dependency-submission@v4
          env:
            # Exclude some projects and configurations that should not contribute to the dependency graph
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Thu Aug 21 23:08:02 UTC 2025
    - 933 bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt

                    allowEmpty = false,
                    description =
                        "Which performance test to run. Should be the fully qualified class name dot (unrolled) method name. " +
                            "E.g. org.gradle.performance.regression.java.JavaUpToDatePerformanceTest.up-to-date assemble (parallel true)",
                )
                text(
                    "testJavaVersion",
                    "17",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Feb 12 09:12:03 UTC 2025
    - 5.5K bytes
    - Viewed (0)
Back to top