Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for DeprecateAction (0.36 sec)

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

                !Boolean.getBoolean("org.gradle.internal.deprecation.preliminary.Configuration.redundantUsageChangeWarning.enabled")
            ) {
                return;
            }
    
            DeprecationLogger.deprecateAction(String.format("Calling %s(%b) on %s", methodName, newValue, this))
                .withContext("This configuration's role was set upon creation and its usage should not be changed.")
                .willBecomeAnErrorInGradle9()
    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