Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for buildScriptClasspath (0.28 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/initialization/buildsrc/BuildSrcGradlePluginApiVersionAttributeIntegrationTest.groovy

            then:
            def configurationsWithAttribute =
                output.findAll(">>> .*").collect {it.takeAfter(">>> ").split("=") }.collectEntries()
    
            configurationsWithAttribute ==
                ["buildScriptClasspath", "compileClasspath", "runtimeClasspath", "testCompileClasspath", "testRuntimeClasspath", "otherCompileClasspath", "otherRuntimeClasspath"]
                    .collectEntries { [it, GradleVersion.current().getVersion()] }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/initialization/buildsrc/BuildSrcBuildListenerFactory.java

                    resolutionContext = resolver.prepareDependencyHandler(rootProject.getDependencies());
                    classpathConfiguration = rootProject.getConfigurations().resolvableDependencyScopeUnlocked("buildScriptClasspath");
                    resolver.prepareClassPath(classpathConfiguration, resolutionContext);
                    classpathConfiguration.getDependencies().add(rootProject.getDependencies().create(rootProject));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 08:02:27 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top