ignore source jars downloaded by IDE for Gradle 8.7

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2024-03-29 17:34:12 +01:00
parent c5b17f4de9
commit 61728d908d
No known key found for this signature in database
GPG key ID: 6CADC7E3523C308B

View file

@ -6,6 +6,7 @@
<trusted-artifacts>
<trust group="com.android.tools.build" name="aapt2" version="8.3.1-10880808" reason="ships OS specific artifacts (win/linux/osx) - temp global trust"/>
<trust group="com.fasterxml.jackson" name="jackson-base" version="2.14.2" reason="no keys available, no pom artifact to create a checksum"/>
<trust file=".*-sources[.]jar" regex="true"/>
</trusted-artifacts>
<trusted-keys>
<trusted-key id="015479E1055341431B4545AB72475FD306B9CAB7" group="com.googlecode.javaewah" name="JavaEWAH" version="1.2.3"/>