Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,792 for patching (0.19 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/local/model/ConfigurationMetadataFactory.java

         * by this method may not be suitable for selection via attribute matching.</p>
         */
        void visitConsumableConfigurations(Consumer<LocalConfigurationGraphResolveMetadata> visitor);
    
        /**
         * Invalidates any caching used for producing configuration metadata.
         */
        void invalidate();
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_prefer_compatible.txt

    # (instead of spending the time to check O(N) previous tags).
    
    ! go list -m github.com/russross/blackfriday@v2.0
    stderr '^go: module github.com/russross/blackfriday: no matching versions for query "v2\.0\"'
    
    # (But asking for exactly v2.0.0+incompatible should still succeed.)
    go list -m github.com/russross/blackfriday@v2.0.0+incompatible
    stdout '^github.com/russross/blackfriday v2\.0\.0\+incompatible$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 17 18:25:37 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenDynamicResolveIntegrationTest.groovy

            and:
            mavenHttpRepo.getModuleMetaData("org.test", "projectA").expectGet()
            matchingA.pom.expectGet()
            matchingA.artifact.expectGet()
    
            mavenHttpRepo.getModuleMetaData("org.test", "projectB").expectGet()
            matchingB.metaData.expectGet()
            matchingB.pom.expectGet()
            matchingB.artifact.expectGet()
    
            and:
            run 'retrieve'
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/CachingRuleExecutor.java

     * limitations under the License.
     */
    package org.gradle.internal.resolve.caching;
    
    import org.gradle.api.Transformer;
    import org.gradle.api.internal.artifacts.configurations.dynamicversion.CachePolicy;
    import org.gradle.internal.action.InstantiatingAction;
    
    /**
     * A caching rule executor allows caching the result of processing a rule. A rule is represented by a
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/dsl/org.gradle.caching.configuration.BuildCacheConfiguration.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. pkg/controller/endpointslice/endpointslice_controller_test.go

    	gvk := schema.GroupVersionKind{Version: "v1", Kind: "Service"}
    	ownerRef := metav1.NewControllerRef(service, gvk)
    
    	// 5 slices, 3 with matching labels for our service
    	endpointSlices := []*discovery.EndpointSlice{{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:            "matching-1",
    			Namespace:       ns,
    			OwnerReferences: []metav1.OwnerReference{*ownerRef},
    			Labels: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/DefaultVersionedComponentChooserTest.groovy

            when:
            1 * one.missing >> false
            0 * componentSelectionRules.apply(_, _)
    
            then:
            chooser.selectNewestComponent(one, two) == one
        }
    
        def "chooses newest matching version without requiring metadata"() {
            given:
            def a = component('1.2')
            def b = component('1.3')
            def c = component('2.0')
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/continuous/SmokeContinuousIntegrationTest.groovy

            executedAndNotSkipped(":outer")
        }
    
        def "fails when using continuous build and watching is disabled"() {
            buildFile << """
                task myTask
            """
    
            expect:
            fails("myTask", "--no-watch-fs")
            failureDescriptionContains("Continuous build does not work when file system watching is disabled")
        }
    
        private void exitContinuousBuildSinceNoDeclaredInputs() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 18.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/dsl/org.gradle.caching.configuration.AbstractBuildCache.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/dsl/org.gradle.caching.configuration.BuildCache.xml

    Laura Kassovic <******@****.***> 1701107622 -0800
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top