Join Slack
When running the app via `gradle run` console output of the app and of Gradle itself are interleaved...
# gradle
k
Karlo Lozovina
04/15/2021, 3:15 PM
When running the app via
gradle run
console output of the app and of Gradle itself are interleaved - is there a way to stop Gradle printing how much the run task is been running for?
e
ephemient
04/15/2021, 3:38 PM
--quiet (or -q) --console=plain
ephemient
04/15/2021, 3:41 PM
or use the installDist task created by the application plugin, and run the binary output by it
k
Karlo Lozovina
04/15/2021, 8:42 PM
thanks, exactly what I needed!
4
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by