Settings.gradle

From NovaOrdis Knowledge Base
Revision as of 00:38, 22 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

The settings file defines which projects are taking part in a multi-project build, and it is optional for a single-project build. The default name is settings.gradle. The settings file is referred to as an Gradle settings script. The file is executed during the initialization phase.

How Gradle Looks for a Settings File