This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 5d24b9b229 Try to enable test scanning
5d24b9b229 is described below
commit 5d24b9b229a7a6459c25aa9858053025fe05cb06
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Tue Sep 3 19:35:43 2024 +0200
Try to enable test scanning
---
.mvn/develocity.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml
index 8af9881fe8..84def1dec3 100644
--- a/.mvn/develocity.xml
+++ b/.mvn/develocity.xml
@@ -5,6 +5,10 @@
<url>https://ge.apache.org</url>
</server>
<buildScan>
+ <capture>
+ <buildLogging>true</buildLogging>
+ <testLogging>true</testLogging>
+ </capture>
<obfuscation>
<ipAddresses>0.0.0.0</ipAddresses>
</obfuscation>