0 votes
in Gradle by

In Gradle can we call methods like below:

test.systemProperty 'a.prop', 'value'
...