When I run the gradlew jar on my module on N.14, I get this error. However, if I run this the same module but for 4.15, I won’t get any error, and it will compile the module for me
Here is the full error:
> Task :DevBlock-rt:jar FAILED
invalid password for key Niagara4Modules
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ‘:DevBlock-rt:jar’.
> java.security.UnrecoverableKeyException: Given final block not properly padded. Such issues can arise if a bad key is used during decryption.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Do you guys have any suggestions on how to fix this issue?