Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Use lazy task configuration #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

vgalloy
Copy link
Contributor

@vgalloy vgalloy commented Jan 4, 2024

Motivation:
Do not eagerly create all tasks

Modification
Migrate from TaskContainer#create to TaskContainer#register

Doc: https://docs.gradle.org/current/userguide/task_configuration_avoidance.html#sec:how_do_i_defer_creation

Motivation:
Do not eagerly create all tasks

Modification
Migrate from TaskContainer#create to TaskContainer#register
@nvervelle
Copy link
Contributor

Hi @anderseknert , @irodzik , @radrys !

This would be very helpful to be able to use the plugin on REGO files generated during build !

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants