-
Notifications
You must be signed in to change notification settings - Fork 395
Open
Description
Gradle task
./gradlew --write-verification-metadata pgp,sha256 --export-keysdid not find a pgp public key in a remote repository or the artifact is not signed.
<component group="com.github.topjohnwu.libsu" name="core" version="5.2.2">
<artifact name="core-5.2.2.aar">
<sha256 value="0a2e3354654a57e039143c9820594762a5681a935480156d3457f6f029e771ad" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
<artifact name="core-5.2.2.module">
<sha256 value="60abe233894cbbe5c6de6fc99f8cc2a9923d5469c06335ac5a4b30ec086a529a" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>A fix is to:
- Start signing all artifacts, if not signed yet
- Upload a public pgp key used for signing artifacts to multiple public pgp repositories: https://keys.openpgp.org | https://pgp.mit.edu | https://keyserver.ubuntu.com/
Metadata
Metadata
Assignees
Labels
No labels