Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 171 for gradlew (6.57 sec)

  1. .mailmap

    Adam Murdoch <adam@gradle.com> <******@****.***>
    Adam Murdoch <adam@gradle.com> <******@****.***>
    Adam Murdoch <adam@gradle.com> <adam@gradle.biz>
    Adrian Kelly <adrian@gradle.com> <******@****.***>
    Benjamin Muschko <ben@gradle.com> <******@****.***>
    Cedric Champeau <cedric@gradle.com>
    Cedric Champeau <cedric@gradle.com> <******@****.***>
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Oct 03 06:34:28 UTC 2017
    - 3.3K bytes
    - Viewed (0)
  2. .github/workflows/update-jdks.yml

    jobs:
      update-jdks:
        if: github.repository == 'gradle/gradle'
        permissions:
          contents: write
          pull-requests: write
        runs-on: ubuntu-latest
        steps:
          - name: Checkout repository
            uses: actions/checkout@v5
            with:
              persist-credentials: false
              fetch-depth: 0
          - name: Update jdks.yaml
            uses: gradle/update-jdks-action@main
          - name: Add verification comment
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Aug 12 07:00:55 UTC 2025
    - 2.1K bytes
    - Viewed (0)
  3. .github/ISSUE_TEMPLATE/10_contributor_bug_report.yml

      - type: input
        id: gradle-version
        attributes:
          label: Gradle version
          description: What version of Gradle are you running?
        validations:
          required: true
      - type: input
        id: build-scan-url
        attributes:
          label: Build scan URL (optional)
          description: |
            You can run your build command with `--scan` to publish a Build Scan to [scans.gradle.com](https://scans.gradle.com/).
        validations:
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Sep 09 14:48:49 UTC 2024
    - 3K bytes
    - Viewed (1)
  4. .github/ISSUE_TEMPLATE/config.yml

    blank_issues_enabled: false
    contact_links:
      - name: Ask for help
        url: http://help.gradle.org/
        about: If you need help with Gradle or have a usage question, please reach our community instead of creating an issue.
      - name: Create an issue without template
        url: https://github.com/gradle/gradle/issues/new?template=blank
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Apr 02 09:20:35 UTC 2025
    - 402 bytes
    - Viewed (0)
  5. .github/workflows/notify-on-rc-for-manual-test.yml

              payload: |
                text: "<https://github.com/gradle/gradle/${{ github.event.ref }}|[gradle/gradle#${{ github.event.ref }}]> has been pushed"
                blocks:
                  - type: "section"
                    text:
                      type: "mrkdwn",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Wed Jul 09 22:17:17 UTC 2025
    - 912 bytes
    - Viewed (0)
  6. .teamcity/src/main/kotlin/configurations/TestPerformanceTest.kt

                adHocPerformanceTest(
                    listOf(
                        "org.gradle.performance.regression.java.JavaIDEModelPerformanceTest.get IDE model for IDEA",
                        "org.gradle.performance.regression.java.JavaUpToDatePerformanceTest.up-to-date assemble (parallel true)",
                        "org.gradle.performance.regression.corefeature.TaskAvoidancePerformanceTest.help with lazy and eager tasks",
                    ),
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 3.3K bytes
    - Viewed (0)
  7. .github/ISSUE_TEMPLATE/30_contributor_regression.yml

          required: true
      - type: input
        id: gradle-version
        attributes:
          label: Gradle version
          description: What version of Gradle are you running?
        validations:
          required: true
      - type: input
        id: gradle-old-version
        attributes:
          label: Gradle version that used to work
          description: What version of Gradle gives proper result for your case?
        validations:
          required: true
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Sep 09 14:48:49 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  8. .github/workflows/feedback.yml

        runs-on: ubuntu-latest
        steps:
          # Feedback loop: ask for something on PR/Issue and close if not provided or return to the queue on update.
          # https://github.com/gradle/issue-management-action/blob/main/src/feedback.ts
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Jun 17 13:58:59 UTC 2024
    - 482 bytes
    - Viewed (0)
  9. .teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt

        "-PrunAndroidStudioInHeadlessMode=true",
        "-Dorg.gradle.java.installations.auto-download=false",
        "-Porg.gradle.java.installations.auto-download=false",
    ) + os.javaInstallationLocations(arch) +
        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%",
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Mon Aug 25 20:21:47 UTC 2025
    - 4K bytes
    - Viewed (0)
  10. .github/workflows/validate-codeowners.yml

          - name: Get Secrets
            uses: gradle/actions-internal/get-aws-secrets@v1
            if: (github.event_name != 'pull_request' && github.repository_owner == 'gradle') || github.event.pull_request.head.repo.full_name == github.repository
            with:
              role-to-assume: arn:aws:iam::992382829881:role/GHASecrets_gradle_all
              secret-ids: |
                ORG_TEAM_GITHUB_ACCESS_TOKEN, gha/gradle/_all/ORG_TEAM_GITHUB_ACCESS_TOKEN
    
    Registered: Wed Sep 10 11:36:15 UTC 2025
    - Last Modified: Tue Aug 12 07:00:55 UTC 2025
    - 1.5K bytes
    - Viewed (0)
Back to top