You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Nightly URL for newly published versions on central.sonatype.com (#52004)
Summary:
Pull Request resolved: #52004
This is necessary because the snapshots are now going to be published on a different repository:
central.sonatype.com.
Changelog:
[Internal] [Changed] -
Reviewed By: cipolleschi
Differential Revision: D76596802
fbshipit-source-id: 424fb1134e41502d53b76209fba325c895c79ba8
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/main/kotlin/com/facebook/react/utils/DependencyUtils.kt
Copy file name to clipboardExpand all lines: packages/gradle-plugin/react-native-gradle-plugin/src/test/kotlin/com/facebook/react/utils/DependencyUtilsTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ class DependencyUtilsTest {
45
45
46
46
@Test
47
47
funconfigureRepositories_containsSnapshotRepo() {
48
-
val repositoryURI =URI.create("https://oss.sonatype.org/content/repositories/snapshots/")
48
+
val repositoryURI =URI.create("https://central.sonatype.com/repository/maven-snapshots/")
0 commit comments