Repositories Mode
The repository mode configures how repositories are setup in the build.
Since
6.8
Entries
If this mode is set, any repository declared on a project will cause the project to use the repositories declared by the project, ignoring those declared in settings. This is the default behavior.
If this mode is set, any repository declared directly in a project, either directly or via a plugin, will be ignored.
If this mode is set, any repository declared directly in a project, either directly or via a plugin, will trigger a build error.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.