Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for DSL (0.02 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.kotlin.dsl.KotlinBuildScript.getBuildscript()> does not have raw return type assignable to org.gradle.api.provider.Provider in (KotlinBuildScript.kt:0)
    Method <org.gradle.kotlin.dsl.KotlinClosure0.getFunction()> does not have raw return type assignable to org.gradle.api.provider.Provider in (GroovyInteroperability.kt:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            this.decorate = decorate;
            this.suffix = suffix;
            this.factoryId = factoryId;
        }
    
        /**
         * Returns a generator that applies DSL mix-in, extensibility and service injection for generated classes.
         */
        static ClassGenerator decorateAndInject(
            Collection<? extends InjectAnnotationHandler> allKnownAnnotations,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformCachingIntegrationTest.groovy

            then:
            outputDir1.assertExists()
            outputDir2.assertExists()
    
            where:
            cleanupMethod << CleanupMethod.values()
        }
    
        def "cleans up cache when DSL is configured even if legacy property is set"() {
            given:
            buildFile << declareAttributes() << multiProjectWithJarSizeTransform()
            ["lib1", "lib2"].each { name ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:52:44 UTC 2024
    - 97.8K bytes
    - Viewed (0)
Back to top