This message was deleted.
# community-support
s
This message was deleted.
a
I believe they should work if you set them in scenario file as
gradle-args
, like:
Copy code
clean_build {
    title = "Clean Build"
    tasks = ["build"]
    gradle-args = ["-Pkey=value"]
}