Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reserved_configuration_names (0.4 sec)

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

                        .withAdvice(String.format("Use a different name for the configuration '%s'.", name))
                        .willBeRemovedInGradle9()
                        .withUpgradeGuideSection(8, "reserved_configuration_names")
                        .nagUser();
            }
        }
    
        // Cannot be private due to reflective instantiation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 00:10:35 UTC 2024
    - 17.8K bytes
    - Viewed (0)
Back to top