Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for maybeCreateResolvableDependencyScopeUnlocked (2.35 sec)

  1. testing/architecture-test/src/changes/archunit-store/stored.rules

    dencyScopeUnlocked(String,\ boolean)\ or\ should\ call\ method\ RoleBasedConfigurationContainerInternal.maybeCreateMigratingUnlocked(String,\ ConfigurationRole)\ or\ should\ call\ method\ RoleBasedConfigurationContainerInternal.maybeCreateResolvableDependencyScopeUnlocked(String),\ because\ Resolvable\ +\ dependency\ scope\ configurations\ should\ be\ avoided\ and\ we\ are\ migrating\ away\ from\ maybeCreate\ methods=configuration-factory-methods.txt...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationContainerTest.groovy

                resolvableDependencyScopeUnlocked("b", {})
            }
            verifyUnlocked(ConfigurationRoles.RESOLVABLE_DEPENDENCY_SCOPE, "c") {
                maybeCreateResolvableDependencyScopeUnlocked("c")
            }
        }
    
        def "can create migrating configurations"() {
            expect:
            verifyUnlocked(role, "a") {
                migratingUnlocked("a", role)
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:29:40 UTC 2024
    - 16.9K bytes
    - Viewed (0)
Back to top