Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for consumableUnlocked (0.16 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/configurations/RoleBasedConfigurationContainerInternal.java

        /**
         * Creates a consumable configuration which can change roles.
         */
        Configuration consumableUnlocked(String name);
    
        /**
         * Creates a consumable configuration which can change roles and executes the provided
         * {@code action} against the configuration.
         */
        Configuration consumableUnlocked(String name, Action<? super Configuration> action);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 20:25:05 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top