Add a keystore using:
keytool -genkey -v -keystore example.keystore -alias example -keyalg RSA -keysize 2048 -validity 10000
Note: This should be at root of project. Though not a hard requirement, it eases the file referencing
Add a build.json with release/dev configuration for key...