Mike Wacker
07/17/2025, 11:42 PM~/.gradle/gradle.properties
(e.g., in-memory GPG key)?ephemient
07/18/2025, 12:21 AMVampire
07/18/2025, 6:40 AMephemient
07/18/2025, 2:02 PMVampire
07/18/2025, 4:23 PMMike Wacker
07/19/2025, 12:31 AM\
is fine for an in-memory GPG key. Any whitespace works; it doesn't have to be a newline.
The main thing I was trying to figure out if there was something more efficient than adding that to a bunch of lines. But I guess not.ephemient
07/19/2025, 7:14 PMkey=\n\
-----BEGIN PGP PRIVATE KEY BLOCK-----\n\
...\n\
-----END PGP PRIVATE KEY BLOCK-----\n
but if a raw key is fine then you don't need \n
, and you can use line continuations to split up a long line however you want