-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathverification-metadata-base.xml
35 lines (32 loc) · 1.58 KB
/
verification-metadata-base.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<verification-metadata
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://schema.gradle.org/dependency-verification"
xsi:schemaLocation="https://schema.gradle.org/dependency-verification https://schema.gradle.org/dependency-verification/dependency-verification-1.3.xsd">
<configuration>
<verify-metadata>true</verify-metadata>
<verify-signatures>false</verify-signatures>
<trusted-artifacts>
<trust file=".*-javadoc[.]jar" regex="true" />
<trust file=".*-sources[.]jar" regex="true" />
<trust file="aapt2-.*" regex="true" />
<!-- Android Studio instrumentation testing -->
<trust file="com.android.tools.*" regex="true" />
<trust file="com.google.testing.platform*" regex="true" />
<!-- Gradle sync -->
<trust file="apache-3.*" regex="true"/>
<trust file="org.codehaus.groovy.*" regex="true"/>
<trust file="groovy-.*" regex="true"/>
<trust file="jetty-.*" regex="true"/>
<trust file="websocket-.*" regex="true"/>
<trust file="xml-apis.*" regex="true"/>
<!-- Studio IDE dependencies -->
<trust file="intellij-core-.*" regex="true"/>
<trust file="kotlin-compiler-.*" regex="true"/>
<trust file="uast-.*" regex="true"/>
<trust file="lint-.*" regex="true"/>
<trust file="play-sdk-proto-.*" regex="true"/>
</trusted-artifacts>
</configuration>
<components/>
</verification-metadata>