Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 108 for BuildSrc (0.19 sec)

  1. testing/architecture-test/src/changes/archunit-store/configuration-factory-methods.txt

    Method <org.gradle.initialization.buildsrc.BuildSrcBuildListenerFactory$Listener.applyTasksTo(org.gradle.execution.EntryTaskSelector$Context, org.gradle.execution.plan.ExecutionPlan)> calls method <org.gradle.api.internal.artifacts.configurations.RoleBasedConfigurationContainerInternal.r...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

    The build cache configuration present for any included build is effectively ignored, in favour of the top level build's configuration.
    This also applies to any `buildSrc` projects of any included builds.
    
    The <<sharing_build_logic_between_subprojects.adoc#sec:using_buildsrc,`buildSrc` directory>> is treated as an <<composite_builds.adoc#composite_build_intro,included build>>, and as such it inherits the build cache configuration from the top-level build.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-tooling-builders/src/crossVersionTest/groovy/org/gradle/kotlin/dsl/tooling/builders/AbstractKotlinScriptModelCrossVersionTest.groovy

                classPath.collect { it.name } as List<String>,
                not(hasBuildSrc())
            )
        }
    
        protected static Matcher<Iterable<? super String>> hasBuildSrc() {
            hasItem("buildSrc.jar")
        }
    
        protected static Matcher<Iterable<? super File>> matchesProjectsSourceRoots(ProjectSourceRoots... projectSourceRoots) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/plugin/ScriptPluginClassLoadingIntegrationTest.groovy

        @Issue("https://issues.gradle.org/browse/GRADLE-3069")
        def "second level and beyond script plugins have same base class loader scope as caller"() {
            when:
            file("buildSrc/src/main/java/pkg/Thing.java") << """
                package pkg;
                public class Thing {
                  public String getMessage() { return "hello"; }
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:34 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r89/ProblemProgressEventCrossVersionTest.groovy

            problems[0].definition.id.group.name == 'compilation'
        }
    
        def "Property validation failure should produce problem report with domain-specific additional data"() {
            setup:
            file('buildSrc/src/main/java/MyTask.java') << '''
                import org.gradle.api.*;
                import org.gradle.api.tasks.*;
                import org.gradle.work.*;
                @DisableCachingByDefault(because = "test task")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheGroovyClosureIntegrationTest.groovy

                // The cause is not reported
            }
        }
    
        def "discards implicit objects for Groovy closure"() {
            given:
            createDir("buildSrc") {
                file("src/main/groovy/GroovyTask.groovy") << """
                    import ${DefaultTask.name}
                    import ${Internal.name}
                    import ${TaskAction.name}
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/problems/KnownProblemIds.groovy

            'dependency-version-catalog:too-many-import-invocation' : 'version catalog error',
            'dependency-version-catalog:no-import-files' : 'version catalog error',
            'deprecation:buildsrc-script' : 'BuildSrc script has been deprecated.',
            'deprecation:creating-a-configuration-with-a-name-that-starts-with-detachedconfiguration' : 'Creating a configuration with a name that starts with \'detachedConfiguration\' has been deprecated.',
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:07:53 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  8. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskErrorExecutionIntegrationTest.groovy

            failure.assertHasCause("broken closure")
        }
    
        def "reports task action execution fails from java with runtime exception"() {
            file("buildSrc/src/main/java/org/gradle/BrokenTask.java") << """
                package org.gradle;
    
                import org.gradle.api.Action;
                import org.gradle.api.DefaultTask;
                import org.gradle.api.Task;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  9. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/CrossProjectConfigurationReportingGradle.kt

            // all the supported listener types other than ProjectEvaluationListener are already reported as configuration cache problems in non-buildSrc builds
            else -> listener
        }
    
        private
        fun <T> Closure<T>.withCrossProjectModelAccessChecks(): Closure<T> =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  10. .github/CODEOWNERS

    /build.gradle*                              @gradle/bt-developer-productivity
    /settings.gradle*                           @gradle/bt-developer-productivity
    gradle/shared-with-buildSrc/                @gradle/bt-developer-productivity
    platforms/build-infrastructure/             @gradle/bt-developer-productivity
    subprojects/internal-build-reports/         @gradle/bt-developer-productivity
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:44:59 UTC 2024
    - 10.1K bytes
    - Viewed (0)
Back to top