-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring up build infrastructure #1
Comments
Forked off separate bugs for google-java-format and error-prone; these don't need to block the next release. The only remaining item we need for the next release is ensuring we can promote snapshot builds from OJO to Bintray, including GPG signing, which I'm in the process of investigating. |
Unfortunately I'm a bit blocked on GPG signing as I haven't gotten any answers at https://stackoverflow.com/questions/46480065/gpg-signing-snapshots-on-build-promotion-to-bintray around how to GPG sign SNAPSHOT artifacts and/or specify our GPG passphrase when promoting a SNAPSHOT to Bintray. And I really don't want to be publishing an official Volley release from my workstation directly. Currently I'm trying to poke around to see who can answer these questions. |
Per JFrog, OJO doesn't support GPG signing for SNAPSHOT artifacts or signing at promotion time via snapshotsToBintray. However, we should be able to sign them manually after the fact. There'll be a brief window where they are not signed, but if all goes well, not much of one. Will take a shot at this soon. |
Includes the following components:
The text was updated successfully, but these errors were encountered: