How do I get the full stacktrace?
When I use --stacktrace
, I get
...
...
...
...
...
...
...
...
...
...
... x more
I want the full stacktrace until the end.
How do I get the full stacktrace?
When I use --stacktrace
, I get
...
...
...
...
...
...
...
...
...
...
... x more
I want the full stacktrace until the end.
There is --stacktrace
and --full-stacktrace
.
But neither refers to ... x more
.
If there is ... x more
then the frames there are already listed in one of the other causes.
That ist just normal Java stacktrace rendering and nothing Gradle-specific.