Sam Uong's recommendation of switching the PKCS12 keystore type to JKS fixes the InvalidAlgorithmParameterException.
I experienced this bug while using both openjdk-1.8-jdk and default-jdk package installs on Ubuntu 18.04. For those that might similarly discover this bug when attempting to run their gradle builds, you need to:
1. Follow Sam Uong's post above
2. Kill all gradle processes
3. Re-run your gradle build scripts
I figure this small bit of text may be indexed and help others that narrow their search on gradle.
Sam Uong's recommendation of switching the PKCS12 keystore type to JKS fixes the InvalidAlgorith mParameterExcep tion.
I experienced this bug while using both openjdk-1.8-jdk and default-jdk package installs on Ubuntu 18.04. For those that might similarly discover this bug when attempting to run their gradle builds, you need to:
1. Follow Sam Uong's post above
2. Kill all gradle processes
3. Re-run your gradle build scripts
I figure this small bit of text may be indexed and help others that narrow their search on gradle.