awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-examine usage of `mavenLocal`

ianbotsf opened this issue · comments

We use mavenLocal in our Gradle build scripts fairly liberally throughout our project. Gradle's documentation discourages the use of mavenLocal and recommends alternatives such as composite builds.

Examine each of our usages of mavenLocal and determine whether it could be:

Applies to aws-sdk-kotlin, smithy-kotlin, aws-crt-kotlin, and aws-kotlin-repo-tools.