RELEASING.md
gradle.properties based on Major.Minor.Patch naming schemeCHANGELOG.md with any notable information about this release./gradlew publish to build the artifacts and publish them to maven./commitAndTagRelease.sh Major.Minor.Patch with your version number
If testing changes locally, you can install to mavenLocal via ./gradlew publishToMavenLocal
To push to a custom artifactory repository, use the command publishAllPublicationsToCustomArtifactoryRepository and set the following properties:
ARTIFACTORY_RELEASE_URL (or ARTIFACTORY_SNAPSHOT_URL if snapshot version)ARTIFACTORY_USERNAMEARTIFACTORY_PASSWORDSee publishing.gradle file for more details.