Closed jeriox closed 4 years ago
That's referencing the password of the credentials you specified in play { serviceAccountCredentials = ... }
which means those creds are corrupted somehow. You'll want to use JSON anyway since PKCS12 is deprecated. Please follow the guide.
Describe the bug
After adding the GPP plugin to an empty project, all builds fail.
How To Reproduce
Use an fresh Android project (built with Android studio) with the versions mentioned below. Add a valid signing config with valid credentials for the keystore (tested with keytool):
Signing works perfectly via
assembleRelease
orbundleRelease
. Adding the GPP plugin with a valid configuration. Now all builds fail with the following exception:The password of the store was not altered in between the changes and is still correct.
Versions
Tasks executed
bundleRelease
Expected behavior
The build still succeeds and the app is signed.
Additional context (if a crash, provide stack trace)