The references to projects that are aggregated by this project.
The references to projects that are aggregated by this project. When a task is run on this project, it will also be run on aggregated projects.
Configures the sources of automatically appended settings.
Configures the sources of automatically appended settings.
The base directory for the project.
The base directory for the project.
The configurations for this project.
The configurations for this project. These are groups of related tasks and the main reason to list them here is when one configuration extends another. In this case, a setting lookup in one configuration will fall back to the configurations it extends configuration if the setting doesn't exist.
The references to projects that are classpath dependencies of this project.
The references to projects that are classpath dependencies of this project.
The project ID is used to uniquely identify a project within a build.
The project ID is used to uniquely identify a project within a build. It is used to refer to a project from the command line and in the scope of keys.
The defined Plugins associated with this project.
The defined Plugins associated with this project. A AutoPlugin is a common label that is used by plugins to determine what settings, if any, to add to a project.
The explicitly defined sequence of settings that configure this project.
The explicitly defined sequence of settings that configure this project.
These do not include the automatically appended settings as configured by auto
.
(Since version 0.13.0) Delegation between projects should be replaced by directly sharing settings.
Adds a list of .
Adds a list of .sbt files whose settings will be appended to the settings of this project. They will be appended after the explicit settings and already defined automatic settings sources.
Adds projects to be aggregated.
Adds projects to be aggregated. When a user requests a task to run on this project from the command line, the task will also be run in aggregated projects.
Adds new configurations directly to this project.
Adds new configurations directly to this project. To override an existing configuration, use overrideConfigs
.
Applies the given functions to this Project.
Applies the given functions to this Project. The second function is applied to the result of applying the first to this Project and so on. The intended use is a convenience for applying default configuration provided by a plugin.
Adds classpath dependencies on internal or external projects.
Disable the given plugins on this project.
Sets the AutoPlugins of this project.
Sets the AutoPlugins of this project. A AutoPlugin is a common label that is used by plugins to determine what settings, if any, to enable on a project.
Sets the base directory for this project.
Adds configurations to this project.
Adds configurations to this project. Added configurations replace existing configurations with the same name.
Sets the list of .
Sets the list of .sbt files to parse for settings to be appended to this project's settings. Any configured .sbt files are removed from this project's list.
Configures how settings from other sources, such as .
Configures how settings from other sources, such as .sbt files, are appended to the explicitly specified settings for this project.
Appends settings to the current settings sequence for this project.
The references to projects that are aggregate and classpath dependencies of this project.
The references to projects that are aggregate and classpath dependencies of this project.
(Since version 0.13.5) Use settingSets method.
(Since version 0.13.0) Delegation between projects should be replaced by directly sharing settings.