Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,345 for componentX (0.16 sec)

  1. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishArtifactCustomizationIntegTest.groovy

                }
            }
        }
    
        /**
         * Fails with module metadata.
         */
        def "can modify artifacts added from component"() {
            given:
            createBuildScripts("""
                publications {
                    maven(MavenPublication) {
                        from components.java
                    }
                }
                publications.maven.artifacts.each {
                    if (it.extension == 'jar') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 04 06:46:01 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/external/model/AbstractMutableModuleComponentResolveMetadata.java

    import org.gradle.internal.component.external.descriptor.Configuration;
    import org.gradle.internal.component.model.ComponentArtifactMetadata;
    import org.gradle.internal.component.model.ComponentConfigurationIdentifier;
    import org.gradle.internal.component.model.DefaultIvyArtifactName;
    import org.gradle.internal.component.model.ExcludeMetadata;
    import org.gradle.internal.component.model.IvyArtifactName;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 00:21:07 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  3. platforms/software/ivy/src/main/java/org/gradle/api/publish/ivy/IvyPublication.java

        /**
         * Provides the software component that should be published.
         *
         * <ul>
         *     <li>Any artifacts declared by the component will be included in the publication.</li>
         *     <li>The dependencies declared by the component will be included in the published meta-data.</li>
         * </ul>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  4. operator/pkg/translate/translate.go

    	// HelmSubdir is a mapping between a component name and the subdirectory of the component Chart.
    	HelmSubdir string
    	// ToHelmValuesTreeRoot is the tree root in values YAML files for the component.
    	ToHelmValuesTreeRoot string
    	// SkipReverseTranslate defines whether reverse translate of this component need to be skipped.
    	SkipReverseTranslate bool
    	// FlattenValues, if true, means the component expects values not prefixed with ToHelmValuesTreeRoot
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/LibraryDependenciesIntegrationTest.groovy

            buildFile << """
    project(":exe") {
        model {
            components {
                main(NativeExecutableSpec) {
                    sources {
                        cpp.lib ${dependencyNotation}
                    }
                }
                hello(NativeLibrarySpec)
            }
        }
    }
    project(":other") {
        model {
            components {
                hello(NativeLibrarySpec)
            }
        }
    }
    """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/phases/upgrade/staticpods.go

    func (spm *KubeStaticPodPathManager) PatchesDir() string {
    	return spm.patchesDir
    }
    
    // RealManifestPath gets the file path for the component in the "real" static pod manifest directory used by the kubelet
    func (spm *KubeStaticPodPathManager) RealManifestPath(component string) string {
    	return constants.GetStaticPodFilepath(component, spm.realManifestDir)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 10:07:41 UTC 2024
    - 30.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rules/ComponentAttributesRulesIntegrationTest.groovy

            mutation << ['not added', 'added']
        }
    
        @RequiredFeature(feature = GradleMetadataResolveRunner.GRADLE_METADATA, value = "true")
        def "variant attributes take precedence over component attributes (component level = #componentLevel)"() {
            given:
            repository {
                'org.test:module:1.0'()
            }
            buildFile << """
                def usage = Attribute.of('org.gradle.usage', String)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:10:53 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/verification/serializer/DependencyVerificationsXmlReaderTest.groovy

                </md5>
             </artifact>
          </component>
       </components>
    </verification-metadata>
    """
            then:
            verifier.verificationMetadata.size() == 4
    
            def first = verifier.verificationMetadata[0]
            first.componentId.group == "org"
            first.componentId.module == "bar"
            first.componentId.version == "1.2"
            first.artifactVerifications.size() == 2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 18 10:13:31 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  9. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishBasicIntegTest.groovy

                        maven(MavenPublication) {
                            from components.java
                            from components.web
                        }
                    }
                }
            """
            when:
            fails 'publish'
    
            then:
            failure.assertHasCause("Maven publication 'maven' cannot include multiple components")
        }
    
        def "publishes to all defined repositories"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 14:02:46 UTC 2023
    - 14.9K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/cmd/upgrade/plan_test.go

    					},
    				},
    			},
    			versionStates: versionStates,
    			expectedBytes: []byte(`Components that must be upgraded manually after you have upgraded the control plane with 'kubeadm upgrade apply':
    COMPONENT   NODE      CURRENT   TARGET
    kubelet     node1     v1.18.1   v1.18.4
    
    Upgrade to the latest version in the v1.18 series:
    
    COMPONENT                 NODE      CURRENT   TARGET
    kube-apiserver            node1     v1.18.1   v1.18.4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 03:03:29 UTC 2024
    - 27.3K bytes
    - Viewed (0)
Back to top