-
Notifications
You must be signed in to change notification settings - Fork 5k
Description
Issue type
Missing information
Problem description
In #18713 an option was added to configure stacktraces with Gradle property org.gradle.logging.stacktrace
. The PR also added a section to the documentation that we can still see for 7.6.4 for example here https://docs.gradle.org/7.6.4/userguide/build_environment.html#sec:gradle_configuration_properties But noticed that Gradle 8.x docs removed this property from the docs https://docs.gradle.org/8.10/userguide/build_environment.html#sec:gradle_configuration_properties
First I thought the feature was reverted, but it is not the case, it is still there
Line 134 in fef2edb
public static final String GRADLE_PROPERTY = "org.gradle.logging.stacktrace"; |
Context (optional)
The context is that I want to enable stacktraces by default for all gradle invocations in the CI without having to repeat the --stacktrace
option with each command.
Page with the problem
https://docs.gradle.org/8.10/userguide/build_environment.html#sec:gradle_configuration_properties