Skip to content

Commit

Permalink
misc: add Maven Local as build-support repo to enable locally testing…
Browse files Browse the repository at this point in the history
… changes to Smithy protocol tests (#1201)
  • Loading branch information
ianbotsf authored Feb 5, 2024
1 parent 39e34c8 commit 39dbaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-support/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {
group = "aws.sdk.kotlin"

repositories {
mavenLocal()
mavenCentral()
}

Expand Down

0 comments on commit 39dbaa2

Please sign in to comment.