Skip to content

Commit 73f01f6

Browse files
committed
source repo-tools packages from special Maven repo
1 parent fecabce commit 73f01f6

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
@@ -23,6 +23,13 @@ dependencyResolutionManagement {
2323
mavenLocal()
2424
mavenCentral()
2525
google()
26+
maven {
27+
name = "kotlinRepoTools"
28+
url = java.net.URI("https://d2gys1nrxnjnyg.cloudfront.net/releases")
29+
content {
30+
includeGroupByRegex("""aws\.sdk\.kotlin.*""")
31+
}
32+
}
2633
}
2734
}
2835

0 commit comments

Comments
 (0)