ant has a -logfile option, is there a similar option for gradle?
There is no such command line option in Gradle. I’m not aware of a solution other than redirecting stdout. (I don’t think that ‘System.setOut(…)’ is going to work.)
ant has a -logfile option, is there a similar option for gradle?
There is no such command line option in Gradle. I’m not aware of a solution other than redirecting stdout. (I don’t think that ‘System.setOut(…)’ is going to work.)