Details
-
Bug
-
Resolution: Unresolved
-
Major
-
1.2.11
-
None
-
None
-
Ubuntu
Description
We're observing that logback-classic-1.2.11.pom doesn't pass gpg verification (or Gradle verification ) and it seems to be because `gpg: key 2C7B12F2A511E325: new key but contains no user ID - skipped`
See this output:
```
$ gpg --verify logback-classic-1.2.11.pom.asc
gpg: assuming signed data in 'logback-classic-1.2.11.pom'
gpg: Signature made Sat 05 Mar 2022 04:14:24 PM EST
gpg: using RSA key 2C7B12F2A511E325
gpg: Can't check signature: No public key
$ gpg --receive-keys 2C7B12F2A511E325
gpg: key 2C7B12F2A511E325: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg: w/o user IDs: 1
```