In which version of Gradle did it become possible to set system properties using the -D switch in the command line? For example:
gradle war -Dkey=value In which version of Gradle did it become possible to set system properties using the -D switch in the command line? For example:
gradle war -Dkey=value Source: https://ru.stackoverflow.com/questions/608802/
All Articles