Hello, I have project properties set from command line. I want to pass them to another task. How to call a task with arguments from another task in theĀ
build.gradle.kts
?
v
Vampire
08/30/2021, 12:11 PM
You cannot "call" a task and to be configuration cache safe you should not even configure another task from the execution phase of one task.