Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 445 Bytes

File metadata and controls

19 lines (12 loc) · 445 Bytes

MOSHI-JSONAPI

Change log

Publishing

Before publishing, make sure the VERSION_NAME is updated.

In order to publish a new version to artifactory run in the command line the following commands:

./gradlew clean assemble
./gradlew core:publish
./gradlew retrofit-converter:publish

After this, both modules will be uploaded to artifactory under the same version.