This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new 68b8b98e9d log stacktrace
68b8b98e9d is described below
commit 68b8b98e9da195850fde4a11d1bc5a5f67392124
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Jan 13 00:36:47 2025 +0900
log stacktrace
---
gradle.properties | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gradle.properties b/gradle.properties
index 041995642d..4c099b45ce 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -49,3 +49,6 @@ org.gradle.java.compile-classpath-packaging=true
# make dependency-verification lenient
org.gradle.dependency.verification=lenient
+
+# log stacktrace
+org.gradle.logging.stacktrace=all