Hello, I have project properties set from command line. I want to pass them to another task. How to ...
e
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
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.