Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for warnAboutInternalApiUse (0.19 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/dependencies/AbstractModuleDependency.java

            validateMutation();
            validateNotLegacyConfigured();
            if (attributesFactory == null) {
                warnAboutInternalApiUse("attributes");
                return this;
            }
            if (attributes == null) {
                attributes = attributesFactory.mutable();
            }
            configureAction.execute(attributes);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 15 16:36:23 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top