projectName

@get:Internal
abstract val projectName: Property<String>

Property to specify the name of project. Some reporting formats use this property. Default value is "${project.name} (${task.name})".

Note that this property, if treated as a task input, can break cacheability. As such, it has been marked Internal to exclude it from task up-to-date and cacheability checks.