To enable easy changes to the application main entry point when executed using gradle...
authorJanus Varmarken <varmarken@gmail.com>
Sat, 19 Jan 2019 09:02:14 +0000 (01:02 -0800)
committerJanus Varmarken <varmarken@gmail.com>
Sat, 19 Jan 2019 09:02:14 +0000 (01:02 -0800)
commit8af3bb0dcea1cf900622f4c4ae42483b19a2a8aa
tree695e40c62f3cb98b645dabc5bccbe9103fa30b35
parent698e94c63967ef7207b76bbf7c255941c2d1db87
To enable easy changes to the application main entry point when executed using gradle run, main class must now be provided as a system property when using the gradle run task. Sample use: gradlew run -DmainClass=edu.uci.iotproject.evaluation.DetectionResultsAnalyzer --args="arg1 arg2"
Code/Projects/SmartPlugDetector/build.gradle