Skip to content

Commit 39dbaa2

Browse files
authored
misc: add Maven Local as build-support repo to enable locally testing changes to Smithy protocol tests (#1201)
1 parent 39e34c8 commit 39dbaa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-support/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ plugins {
1212
group = "aws.sdk.kotlin"
1313

1414
repositories {
15+
mavenLocal()
1516
mavenCentral()
1617
}
1718

0 commit comments

Comments
 (0)