Core functionaries used across other MicroDocs Java projects
$ gradle jar
- Create a sonatype account and create an issue to request access to com.maxxton
- Install GnuPG
- Generate key pair by running:
$ gpg --gen-key
choose RSA 2048bit with no expiration.
Your key is saved in /.gnupg
4. Create /.gradle)
~/.gradle/gradle.propertiesgradle.properties in the gradle home folder (
signing.keyId=publickeyid
signing.password=yourpassword
signing.secretKeyRingFile=C:\\Users\\username\\.gnupg\\secring.gpg
sonatypeUsername=username
sonatypePassword=password
Fill in these properties correctly.
- Publish
$ gradle publishArchives
And follow the release and deployment manual