./gradlew build
./gradlew test --info
./gradlew ktlintFormat
./gradlew publishToMavenLocal
With the proper credentials configure, run the following commands to publish.
Will automatically append the -SNAPSHOT
identifier to the version
and publish artifacts to https://s01.oss.sonatype.org/content/repositories/snapshots.
./gradlew publishToMyNexus
Publishes to the Nexus staging repository which will begin the release process. Staging repository must be manually released via the Nexus Repository Manager: https://s01.oss.sonatype.org/#stagingRepositories
./gradlew publishToMyNexus -Prelease