Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 51 for Sall (0.05 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                    doLast {
                        println("configurations = " + project.configurations.all)
                    }
                }
    
                task all {
                    dependsOn 'broken', 'anotherBroken'
                }
            """
    
            when:
            configurationCacheFails 'all'
    
            then:
            executed(':all')
            configurationCache.assertStateStored() // does not fail
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionIntegrationTest.groovy

                it.assertHasCause("Failed to transform a.jar (project :a) to match attributes {artifactType=jar, color=green}.")
                // TODO - should collect all failures rather than stopping on first failure
            }
    
            when:
            configurationCacheFails(":resolve")
    
            then:
            configurationCache.assertStateLoaded()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  3. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

            run 'copy'
    
            then:
            def it = file('dest/two.b').readLines().iterator()
            it.next().startsWith('one')
            it.next().startsWith('three')
        }
    
        def "all lines removed"() {
            given:
            buildScript '''
                task (copy, type:Copy) {
                    from "src/two/two.b"
                    into "dest"
                    def lineNumber = 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

         */
        private ResolverResults resolveGraphInBuildOperation() {
            return buildOperationRunner.call(new CallableBuildOperation<ResolverResults>() {
                @Override
                public ResolverResults call(BuildOperationContext context) {
                    runDependencyActions();
                    runBeforeResolve();
    
                    ResolverResults results;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

            given:
            serviceImplementation()
            adhocTaskUsingUndeclaredService(null)
    
            when:
            succeeds 'broken'
    
            then:
            outputDoesNotContain "'Task#usesService'"
        }
    
        def "does nag when service is used by task without a corresponding usesService call and feature preview is enabled"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

          - in repository 'maven': artifact was signed but all keys were ignored
          - in repository 'maven': checksum is missing from verification metadata.
      - On artifact foo-1.0.pom (org:foo:1.0) multiple problems reported:
          - in repository 'maven': artifact was signed but all keys were ignored
          - in repository 'maven': checksum is missing from verification metadata."""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

    		implementation (group: 'org', name: 'foo', version:'1.3.3')
    	}
    }
    
    project(':tool') {
    	dependencies {
    		implementation project(':api')
    		implementation project(':impl')
    	}
    
    	configurations.all { resolutionStrategy.failOnVersionConflict() }
    }
    """
    
            expect:
            run("tool:dependencies")
        }
    
        void "resolves module version conflicts to the latest version by default"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            td.getDependencies(mainTask) == [] as Set
        }
    
        def "all artifacts collection has immediate artifacts"() {
            given:
            def c = conf()
    
            when:
            c.artifacts << artifact()
            c.artifacts << artifact()
    
            then:
            c.allArtifacts.size() == 2
        }
    
        def "all artifacts collection has inherited artifacts"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            }
    
            /**
             * Collect information about an instance method. This is called for all instance methods that are not property getter or setter methods.
             */
            void visitInstanceMethod(Method method) {
            }
    
            /**
             * Collect information about a property. This is called for all properties of a type.
             */
            void visitProperty(PropertyMetadata property) {
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  10. gradle/verification-metadata.xml

                <pgp value="47EB6836245D2D40E89DFB4136D4E9618F3ADAB5"/>
             </artifact>
          </component>
          <component group="io.netty" name="netty-all" version="4.1.63.Final">
             <artifact name="netty-all-4.1.63.Final.jar">
                <pgp value="7E22D50A7EBD9D2CD269B2D4056ACA74D46000BF"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
Back to top