Skip to content

Commit 5184bf1

Browse files
committed
Verification metadata: trust .pom and .module files
Gradle often fails to generate them properly. gradle/gradle#20194
1 parent 811da72 commit 5184bf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/verification-metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<trusted-artifacts>
77
<trust file=".*-javadoc[.]jar" regex="true"/>
88
<trust file=".*-sources[.]jar" regex="true"/>
9+
<trust file=".*[.]pom" regex="true"/>
10+
<trust file=".*[.]module" regex="true"/>
911
</trusted-artifacts>
1012
</configuration>
1113
<components>

0 commit comments

Comments
 (0)