Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for projectDir (0.13 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

        @LeaksFileHandles
        def "transforms of file dependencies are not kept in the in-memory cache between builds"() {
            given:
            def projectDir1 = file("project1")
            def projectDir2 = file("project2")
            setupProjectInDir(projectDir1)
            setupProjectInDir(projectDir2)
            executer.requireIsolatedDaemons()
            executer.beforeExecute {
                if (!GradleContextualExecuter.embedded) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

        use_cloud_config="true"
        cat <<EOF >>/etc/gce.conf
    container-api-endpoint = ${CONTAINER_API_ENDPOINT}
    EOF
      fi
      if [[ -n "${PROJECT_ID:-}" ]]; then
        use_cloud_config="true"
        cat <<EOF >>/etc/gce.conf
    project-id = ${PROJECT_ID}
    EOF
      fi
      if [[ -n "${NETWORK_PROJECT_ID:-}" ]]; then
        use_cloud_config="true"
        cat <<EOF >>/etc/gce.conf
    network-project-id = ${NETWORK_PROJECT_ID}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

    CLUSTER_IP_RANGE: $(yaml-quote "${CLUSTER_IP_RANGE:-10.244.0.0/16}")
    SERVER_BINARY_TAR_URL: $(yaml-quote "${server_binary_tar_url}")
    SERVER_BINARY_TAR_HASH: $(yaml-quote "${SERVER_BINARY_TAR_HASH}")
    PROJECT_ID: $(yaml-quote "${PROJECT}")
    NETWORK_PROJECT_ID: $(yaml-quote "${NETWORK_PROJECT}")
    SERVICE_CLUSTER_IP_RANGE: $(yaml-quote "${SERVICE_CLUSTER_IP_RANGE}")
    KUBERNETES_MASTER_NAME: $(yaml-quote "${KUBERNETES_MASTER_NAME}")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top