gradlew clean awsDeploy- Deploy to remote repo.gradlew awsRemove- Remove from remote repogradlew awsPrintCommands- Get commands to deploy manually
awsDeploy based on build and publishToMavenLocal.
Do not use these commands manually. Just deploy your SKD by awsDeploy.
m2home=%PATH_TO_M2%
- use it when your local maven repository has custom location
- by default script will search
~/.m2directory - Example:
m2home=/Users/developer/.m2
awsProfile=%AWS_PROFILE%
- use it when you have private repository with credentials
- Example:
awsProfile=developerAwsProfile
- SDK Gradle Wrapper 4.8
- Wup Digital Maven Publish Plugin 3.6.1
- Dokka Plugin 0.9.17
- Android Kotlin Plugin 1.2.+