Skip to content

Commit

Permalink
build: skip javadoc and sources verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy-Geenexus committed Aug 11, 2024
1 parent c3b1862 commit de3753c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
<verify-metadata>true</verify-metadata>
<verify-signatures>false</verify-signatures>
<trusted-artifacts>
<trust file="aapt2-8.5.2-11315950-linux.jar" />
<trust file="aapt2-8.5.2-11315950.pom" />
<trust file="aapt2-8.5.2-11315950-linux.jar"/>
<trust file="aapt2-8.5.2-11315950.pom"/>
<trust file=".*-javadoc[.]jar" regex="true"/>
<trust file=".*-sources[.]jar" regex="true"/>
</trusted-artifacts>
</configuration>
<components>
Expand Down

0 comments on commit de3753c

Please sign in to comment.