Skip to content

Commit 47a9ac9

Browse files
committed
add back repo tools maven repo
1 parent 047f9da commit 47a9ac9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

settings.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ dependencyResolutionManagement {
3030
repositories {
3131
mavenLocal()
3232
mavenCentral()
33+
maven {
34+
name = "kotlinRepoTools"
35+
url = java.net.URI("https://d2gys1nrxnjnyg.cloudfront.net/releases")
36+
content {
37+
includeGroupByRegex("""aws\.sdk\.kotlin.*""")
38+
}
39+
}
3340
}
3441
}
3542

0 commit comments

Comments
 (0)