I need to define a system property for my JUnit tests. I\'ve tried various steps to pass the name/value pair into gradle. (I\'ve tried Milestone-3 and 4). None of these app
Sorry to answer my own question. Just stumbled upon the solution here:
test { systemProperties = System.properties }