Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for detachedConfiguration (0.15 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            Dependency dep = resolutionServices.dependencyHandler.create("dummyGroupId:dummyArtifactId:dummyVersion")
            resolutionServices.configurationContainer.detachedConfiguration(dep).files
    
            then:
            ResolveException e = thrown()
            def stacktrace = ExceptionUtil.printStackTrace(e)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    The ability to change the allowed usage of a configuration after creation will be removed in Gradle 9.0.
    
    [[reserved_configuration_names]]
    ==== Reserved configuration names
    
    Configuration names "detachedConfiguration" and "detachedConfigurationX" (where X is any integer) are reserved for internal use when creating detached configurations.
    
    The ability to create non-detached configurations with these names will be removed in Gradle 9.0.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top