Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isDetachedConfiguration (0.14 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

            boolean redundantChange = current == newValue;
    
            // KGP disables `consumable` on detached configurations even though this is not necessary
            boolean disableUsageForDetached = isDetachedConfiguration() && !newValue;
    
            // This property exists to allow KGP to test whether they have properly resolved this deprecation.
            // This property WILL be removed without warning.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
Back to top