Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 707 for Sall (0.07 sec)

  1. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/pom/junit-4.12.pom

        <profiles>
            <profile>
                <id>junit-release</id>
                <!--
                Signs all artifacts before deploying to Maven Central.
                -->
                <build>
                    <plugins>
                        <plugin>
                            <!--
                            The goal is to sign all artifacts so that the user may verify them before downloading.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/InterfaceBackedManagedTypeIntegrationTest.groovy

            '''
    
            then:
            succeeds "echo"
    
            and:
            output.contains("name: Alan Turing")
        }
    
        def "generative getters implemented as default methods cannot call setters"() {
            when:
            file('buildSrc/src/main/java/Rules.java') << '''
                import org.gradle.api.*;
                import org.gradle.model.*;
    
                @Managed
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/WithSideEffectProviderTest.groovy

            0 * _
    
            where:
            description               | wrap
            "Provider.map"            | { p, m -> p.map(m) }
            "Provider.flatMap"        | { p, m -> p.flatMap { Providers.of(m.call(it)) } }
            "TransformBackedProvider" | { p, m -> new TransformBackedProvider(null, p, m) }
            "MappingProvider"         | { p, m -> new MappingProvider(Integer, p, m) }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 26 06:53:07 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  4. platforms/core-execution/workers/src/testFixtures/groovy/org/gradle/workers/fixtures/WorkerExecutorFixture.groovy

                            files = list.collect { it as String }
                            outputDir = new File(outputFileDirPath)
                            bar = foo
                            additionalParameters.call(parameters)
                        }
                    }
                }
            """
        }
    
        WorkActionClass workActionClass(String name, String packageName, WorkParameterClass parameterClass) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 05 12:36:12 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/ComponentMetadataRuleExecutorTest.groovy

            1 * valueSnapshotter.snapshot(_) >> inputsSnapshot
            1 * store.getIfPresent(keyHash) >> cachedEntry
            if (expired) {
                // should check that the recorded service call returns the same value
                1 * record.getInput() >> '124'
                1 * record.getOutput() >> TestHashCodes.hashCodeFrom(10000)
                1 * cachedResult.isChanging() >> changing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 11K bytes
    - Viewed (0)
  6. platforms/software/signing/src/integTest/groovy/org/gradle/plugins/signing/SigningPublicationsIntegrationSpec.groovy

                }
    
                signing {
                    ${signingConfiguration()}
                    sign publishing.publications.mavenJava
                }
    
                signMavenJavaPublication.signatures.all { signature ->
                    if (signature.toSign.name.endsWith('.jar')) {
                        signMavenJavaPublication.signatures.remove signature
                    }
                }
            """
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/integTest/groovy/org/gradle/language/base/CustomComponentPluginIntegrationTest.groovy

    Root project 'custom-component'
    ------------------------------------------------------------
    
    SampleComponent 'sampleLib'
    ---------------------------
    
    Note: currently not all plugins register their components, so some components may not be visible here.
    
    BUILD SUCCESSFUL"""
        }
    
        def "can have component declaration and creation in separate plugins"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/derived/MultiProjectVariantResolutionIntegrationTest.groovy

                resolveOther {
                    expectations = [ 'producer-other.txt' ]
                }
            '''
            expect:
            succeeds(':consumer:resolveOther')
        }
    
        def 'consumer resolves all variants of producer'() {
            file('consumer/build.gradle') << '''
                resolveAll {
                    expectations = [ 'producer-jar.txt', 'producer-javadoc.txt', 'producer-other.txt' ]
                }
            '''
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  9. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/plugins/dsl/KotlinDslPluginCrossVersionSmokeTest.kt

                "The Provider.forUseAtConfigurationTime method has been deprecated. " +
                    "This is scheduled to be removed in Gradle 9.0. " +
                    "Simply remove the call. " +
                    "Consult the upgrading guide for further information: " +
                    "https://docs.gradle.org/current/userguide/upgrading_version_7.html#for_use_at_configuration_time_deprecation"
            )
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jan 29 11:39:00 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  10. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/VfsRelativePath.java

    import static org.gradle.internal.snapshot.PathUtil.isFileSeparator;
    
    /**
     * A relative path represented by a path suffix of an absolute path.
     *
     * The use of this class is to improve performance by avoiding to call {@link String#substring(int)}.
     * The class represents the relative path of absolutePath.substring(offset).
     *
     * A relative path does not start or end with a slash.
     */
    public class VfsRelativePath {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top