Skip to content

Commit 2fca6ab

Browse files
authored
Merge pull request #262 from synonymdev/fix/build-with-no-deps-cache
Fix build dependency resolution when cache is missing
2 parents caec2b3 + 57f3a9f commit 2fca6ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencyResolutionManagement {
1212
mavenLocal()
1313
google()
1414
mavenCentral()
15-
maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/")
1615
maven("https://jitpack.io")
1716
}
1817
}

0 commit comments

Comments
 (0)