I have multiple gradle task (approx 30) running. I would like to show all task running in a web browser and show the console/logs for each task.
Is it possible if yes how?
I have multiple gradle task (approx 30) running. I would like to show all task running in a web browser and show the console/logs for each task.
Is it possible if yes how?
Would you mind describe in more detail why you’d like to see task output in the browser and where (runtime environment) you’d expect Gradle to execute the build?
At the moment you can only execute Gradle from the command line, the Swing client that comes with Gradle, an IDE or by invoking the build from the Tooling API. Gradle does not offer built-in support for piping the output to a browser.