wooga / atlas-github

Gradle plugin to publish artifacts to github
https://wooga.github.io/atlas-github/
Apache License 2.0
1 stars 3 forks source link

Configuration Avoidance API support #76

Closed Joaquimmnetto closed 3 years ago

Joaquimmnetto commented 3 years ago

Description

Added support for Gradle's "Configuration Avoidance API". It eases the burden on Gradle configuration step by assuring that a task configuration will only be executed prior to the task execution itself. Thus, if a task isn't predicted to be executed, its configuration won't be loaded.

More details on https://docs.gradle.org/current/userguide/task_configuration_avoidance.html

Changes

Larusso commented 3 years ago

Can we rebase master please