Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for Sall (0.9 sec)

  1. 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)
  2. 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)
  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. 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)
  5. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.DomainObjectCollection.all(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (DomainObjectCollection.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top