Gradle Project Coordinates, State and Configured Properties: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
=Overview= | =Overview= | ||
The project coordinates such as [[#Name|name]], [[#Group|group]], [[#Version|version]], [[#Description|description]] and [[#Path|path]] can be read from [[build.gradle]] as values of DSL variables. Some of the coordinates, such as [[#Group|group]], [[#Version|version]] and [[#Description|description]] can also be set. The coordinates are also available programmatically via the Project API. | |||
=Coordinates= | =Coordinates= |
Revision as of 01:11, 4 October 2020
Internal
Overview
The project coordinates such as name, group, version, description and path can be read from build.gradle as values of DSL variables. Some of the coordinates, such as group, version and description can also be set. The coordinates are also available programmatically via the Project API.