Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for throwVersionCatalogAliasException (0.31 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/catalog/parser/TomlCatalogFileParser.java

            }
            if (group == null) {
                // ProblemIds for "subtypes" of a problem
                throw throwVersionCatalogAliasException(alias, "group");
            }
            if (name == null) {
                throw throwVersionCatalogAliasException(alias, "name");
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 06 13:35:05 UTC 2024
    - 29.4K bytes
    - Viewed (0)
Back to top