Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for extraComponent (0.15 sec)

  1. platforms/software/ivy/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishMultiProjectIntegTest.groovy

        def "reports failure when project dependency references a project with multiple conflicting publications"() {
            createBuildScripts("""
    project(":project2") {
        publishing {
            publications {
                extraComponent(IvyPublication) {
                    from components.java
                    organisation "extra.org"
                    module "extra-module"
                    revision "extra"
                }
                extra(IvyPublication) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

        IFS="," read -r -a extra_components <<< "${EXTRA_STATIC_AUTH_COMPONENTS:-}"
        for extra_component in "${extra_components[@]}"; do
          local token
          token="$(secure_random 32)"
          append_or_replace_prefixed_line "${known_tokens_csv}" "${token}," "system:${extra_component},uid:system:${extra_component}"
          create-kubeconfig "${extra_component}" "${token}"
        done
      fi
      local use_cloud_config="false"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top