Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. 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)
  2. 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)
  3. 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)
  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