Project extension for specifying the short name, long name, description and main package of a project.
| Constructor and description |
|---|
ProjectMetaDataExtension
(Project pProject) |
| Type | Name and description |
|---|---|
void |
from(java.lang.String pJsonFile)Load the project meta data values from a JSON file. |
| Methods inherited from class | Name |
|---|---|
class ProjectAware |
getProject |
The project's description,for example "Additional tasks and opinionated defaults for Gradle build scripts".
The project's long name, for example "Quill Gradle plugins".
The main package name on a format suitable for a java.lang.Package specification in
a manifest file, for example "/org/myire/quill".
The project's short name, for example "Quill".
Groovy Documentation