readme: add all runelite groups to trusted artifacts

This commit is contained in:
Max Weber
2021-02-13 15:20:18 -07:00
parent c8eefd724f
commit 56b96510ac

View File

@@ -129,6 +129,10 @@ Create `gradle/verification-metadata.xml` with the following contents
<verify-signatures>false</verify-signatures>
<trusted-artifacts>
<trust group="net.runelite"/>
<trust group="net.runelite.gluegen"/>
<trust group="net.runelite.jocl"/>
<trust group="net.runelite.jogl"/>
<trust group="net.runelite.pushingpixels"/>
</trusted-artifacts>
</configuration>
</verification-metadata>