Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 345 Bytes

File metadata and controls

9 lines (6 loc) · 345 Bytes

#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 artifactoryPublish

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