Skip to content

Commit c7ab198

Browse files
committed
Add a Maven link for staging Core SDK
1 parent f2d80fc commit c7ab198

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ subprojects {
4040

4141
repositories {
4242
mavenCentral()
43+
// Added for running acceptance tests before Core SDK release
44+
// Will remove via a separate PR after acceptance tests succeed
45+
maven { url 'https://s01.oss.sonatype.org/content/repositories/comglia-1292' }
4346
}
4447

4548
ktlint {

0 commit comments

Comments
 (0)