Gradle provides ListProperty and SetProperty for lazily configuring lists and sets in extensions or tasks. Is there a way to configure maps lazily with, for example, a similar syntax to how the Test task sets system properties?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Lazy configuration: mapping properties without losing the task reference? | 2 | 486 | January 24, 2023 | |
Plugin development - how to map extension properties to task properties in Gradle 5? | 0 | 458 | January 27, 2019 | |
Trying to use lazy configuration properties on a Groovy Binary Plugin | 2 | 329 | March 13, 2024 | |
Can ConfigObject store functions and lazy-eval values? | 0 | 377 | June 19, 2018 | |
Lazily set arguments for Exec tasks | 4 | 467 | November 1, 2022 |