RepositoriesMode

The repository mode configures how repositories are setup in the build.

Since

6.8

Entries

Link copied to clipboard

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.

Link copied to clipboard

If this mode is set, any repository declared directly in a project, either directly or via a plugin, will be ignored.

Link copied to clipboard

If this mode is set, any repository declared directly in a project, either directly or via a plugin, will trigger a build error.

Functions

Link copied to clipboard

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.)

Link copied to clipboard

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.