Bug reports and pull requests are welcome on GitHub at https://github.com/typesense/typesense-java.
Please note we have a code of conduct, please follow it in all your interactions with the project.
Before making a PR to this repository look out for the following guidelines.
Publishing requires the presence of a ~/.gradle.properties
file:
signing.keyId=x1234567
signing.password=
signing.secretKeyRingFile=/Users/user/.gnupg/secring.gpg
sonatypeUsername=xxxxxx
sonatypePassword=
The secring.gpg
file can be generated with:
gpg --keyring secring.gpg --export-secret-keys > ~/.gnupg/secring.gpg
./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository