Verbose Logging of Build Process? #8133
Unanswered
chrisspiegl
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I have to understand the build process better and figure out my application build. But no matter what I tried, the build process of
gradle
in particular stays completely opage hidden behind theRunning Gradle build
in the console?I have searched for ideas, tried
--verbose
as well asloggingBehavior='debug'
but nothing got more information onto the console (i even tried settingCI=true
to see if CI systems would get better logs)?Is there any way to get capacitor to not just hide the whole build process behind this
Running Gradle build
?Thank you for your help 🌸,
Chris
Beta Was this translation helpful? Give feedback.
All reactions