I forgot to grab the log level env var with a default. When running your java tests without percy exec (which sets the env var), the tests would blow up with a null pointer exception (the env var was null).
<skip>true</skip> was added to the GPG signing dep so you can install & compile without having to sign the package (only needed for release).
What is this?
I forgot to grab the log level env var with a default. When running your java tests without
percy exec
(which sets the env var), the tests would blow up with a null pointer exception (the env var was null).<skip>true</skip>
was added to the GPG signing dep so you can install & compile without having to sign the package (only needed for release).