Configure project for signing on Circle
Changes
This PR sets the skipAssertSigningConfiguration flag to true, ensuring the OSS Gradle Plugin does not throw an error regarding missing properties, as we do not use these properties when signing on Circle CI.
It also updates the Circle CI config to ensure the signing project properties are correctly set based on environment variables.
Checklist
- [x] I have read the Auth0 general contribution guidelines
- [x] I have read the Auth0 Code of Conduct
- [x] All existing and new tests complete without errors
Needs https://github.com/auth0/oss-library-gradle-plugin/pull/35 to be merged and released first.
https://github.com/auth0/oss-library-gradle-plugin/pull/35 has been merged, released and incorporated in this PR.
Marking as draft while we wait on a new release for the Circle Orb. Will bump the version in this PR once done.