This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new d980ddf4c1 chore: trust -javadoc, -sources, and gradle:gradle artifacts
d980ddf4c1 is described below
commit d980ddf4c10b70bc2d0315ba5217f9a3613ad811
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Sat Jul 19 19:20:33 2025 +0300
chore: trust -javadoc, -sources, and gradle:gradle artifacts
Those artifacts are used by IDEs when downloading dependency sources.
---
gradle/verification-metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 1441aa5584..5e74c99f54 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -3,6 +3,11 @@
<configuration>
<verify-metadata>true</verify-metadata>
<verify-signatures>true</verify-signatures>
+ <trusted-artifacts>
+ <trust group="gradle" name="gradle"/>
+ <trust file=".*-javadoc[.]jar" regex="true"/>
+ <trust file=".*-sources[.]jar" regex="true"/>
+ </trusted-artifacts>
<ignored-keys>
<ignored-key id="995EFBF4A3D20BEB" reason="Key couldn't be downloaded
from any key server"/>
</ignored-keys>