ENABLE_TASK_PROPERTY_NAME

Control whether the LogHtmlPublicationLinkTask task is enabled. Useful for disabling the task locally, or in CI/CD, or for tests.

It can be set in any gradle.properties file. For example, on a specific machine:

# $GRADLE_USER_HOME/gradle.properties
dev.adamko.dokkatoo.tasks.logHtmlPublicationLinkEnabled=false

or via an environment variable

ORG_GRADLE_PROJECT_dev.adamko.dokkatoo.tasks.logHtmlPublicationLinkEnabled=false