wooga / atlas-paket

Paket plugin for gradle
https://wooga.github.io/atlas-paket/
Apache License 2.0
0 stars 2 forks source link

Configuration Avoidance API support #67

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

Joaquimmnetto commented 3 years ago

Saw here that I forgot some inner plugins, so this was put back to draft.