Alex Kuznetsov
07/23/2024, 2:54 PMFAILURE: Build failed with an exception.
* What went wrong:
Could not read PGP secret key
> secret key ring doesn't start with secret key tag
what am I doing wrong?Adam S
07/23/2024, 6:56 PMAdam S
07/23/2024, 6:59 PMsigningKey
and signingPassword
defined in your ~/.gradle/gradle.properties
?
https://github.com/kotest/kotest/blob/d0b3a51f2a14c5a89d93adc2ffa9706c950ebdda/buildSrc/src/main/kotlin/kotest-publishing-conventions.gradle.kts#L30-L33Alex Kuznetsov
07/23/2024, 7:02 PMAdam S
07/23/2024, 7:08 PMAdam S
07/23/2024, 7:10 PMAdam S
07/23/2024, 7:10 PMcache-encryption-key: ${{ secrets.GRADLE_CONFIGURATION_CACHE_ENCRYPTION_KEY }}
, or generate a key and define itAdam S
07/23/2024, 7:11 PMAdam S
07/23/2024, 7:11 PMopenssl rand -base64 16
Alex Kuznetsov
07/23/2024, 7:12 PMAdam S
07/24/2024, 7:52 PMAdam S
07/24/2024, 7:53 PMAdam S
07/24/2024, 7:54 PMSee Go
07/25/2024, 1:27 AMSee Go
07/25/2024, 1:27 AMAlex Kuznetsov
07/25/2024, 1:15 PMAdam S
07/29/2024, 10:59 AM