Skip to content

Commit 549d130

Browse files
committed
[All] Remove unused repositories URLs
1 parent 7fb687d commit 549d130

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

Jetcaster/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ subprojects {
4343
if (!Libs.AndroidX.Compose.snapshot.isEmpty()) {
4444
maven { url "https://androidx.dev/snapshots/builds/${Libs.AndroidX.Compose.snapshot}/artifacts/repository/" }
4545
}
46-
47-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
4846
}
4947

5048
apply plugin: 'com.diffplug.spotless'

Jetsnack/build.gradle

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

4141
if (!Libs.AndroidX.Compose.snapshot.isEmpty()) {
4242
maven { url "https://androidx.dev/snapshots/builds/${Libs.AndroidX.Compose.snapshot}/artifacts/repository/" }
43-
maven { url "http://androidx.dev/storage/repository/androidx/constraintlayout" }
4443
}
45-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
4644
}
4745

4846
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {

Jetsurvey/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ subprojects {
4141
if (Libs.AndroidX.Compose.version.endsWith('SNAPSHOT')) {
4242
maven { url Libs.AndroidX.Compose.snapshotUrl }
4343
}
44-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
4544
}
4645

4746
apply plugin: 'com.diffplug.spotless'

Owl/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,7 @@ subprojects {
3939

4040
if (!Libs.AndroidX.Compose.snapshot.isEmpty()) {
4141
maven { url "https://androidx.dev/snapshots/builds/${Libs.AndroidX.Compose.snapshot}/artifacts/repository/" }
42-
maven { url "http://androidx.dev/storage/repository/androidx/constraintlayout" }
4342
}
44-
45-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
4643
}
4744

4845
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {

0 commit comments

Comments
 (0)