Interface DependencyLockingHandler


  • @Incubating
    public interface DependencyLockingHandler
    A DependencyLockingHandler manages the behaviour and configuration of dependency locking.
    Since:
    4.8
    • Method Detail

      • lockAllConfigurations

        void lockAllConfigurations()
        Convenience method for doing: configurations.all { resolutionStrategy.activateDependencyLocking() }