Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for project$it (0.22 sec)

  1. api/maven-api-model/src/main/mdo/maven.mdo

            <field xdoc.separator="blank">
              <name>groupId</name>
              <version>3.0.0+</version>
              <required>true</required>
              <description>
                A universally unique identifier for a project. It is normal to
                use a fully-qualified package name to distinguish it from other
                projects with a similar name (eg. {@code org.apache.maven}).
              </description>
              <type>String</type>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

                    dependencies {
                        compile project(':util')
                    }
                }
            """ << withFileLibDependency("lib1.jar", projectDir)
            projectDir.createDirs("lib", "util", "app")
            projectDir.file("settings.gradle") << """
                rootProject.name = 'root'
                include 'lib'
                include 'util'
                include 'app'
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformIntegrationTest.groovy

        }
    
        def "does not apply transform to variants with requested implicit format attribute"() {
            given:
            buildFile << """
                project(':lib') {
                    projectDir.mkdirs()
                    def file1 = file('lib1.size')
                    file1.text = 'some text'
                    def file2 = file('lib2.size')
                    file2.text = 'some text'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:42 UTC 2023
    - 100.8K bytes
    - Viewed (0)
  4. 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)
  5. 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