Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 517 Bytes

File metadata and controls

20 lines (14 loc) · 517 Bytes

sc-file

A library for parsing Supercell compressed file format.

Publishing

Don't forget to add those properties to your ~/.gradle/gradle.properties:

gpr.user=YOUR_GITHUB_USERNAME
gpr.key=YOUR_GITHUB_PUBLISHING_TOKEN

# username and token from https://central.sonatype.com/usertoken
sonatype.username=SONATYPE_USERNAME
sonatype.password=SONATYPE_PASSWORD

# GPG/PGP key
signing.key=-----BEGIN PGP PRIVATE KEY BLOCK-----  -----END PGP PRIVATE KEY BLOCK-----\n
signing.password=KEY_PASSWORD