Skip to content

Commit 1afd644

Browse files
Use new nightly repositories.
1 parent 8500347 commit 1afd644

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java/Glacier2/session/settings.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ pluginManagement {
44
repositories {
55
mavenLocal()
66
gradlePluginPortal()
7-
// Use the nightly build of the Slice Tools plugin from the Maven Central snapshots repository.
7+
// Use the nightly build of the Slice Tools plugin from the ZeroC maven-nightly repository.
88
maven {
9-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
9+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/s")
1010
content {
1111
includeGroupByRegex("com\\.zeroc.*")
1212
}
@@ -17,9 +17,9 @@ pluginManagement {
1717
dependencyResolutionManagement {
1818
repositories {
1919
mavenCentral()
20-
// Use the nightly build of Ice from the Maven Central snapshots repository.
20+
// Use the nightly build of Ice from the ZeroC maven-nightly repository.
2121
maven {
22-
url = uri("https://central.sonatype.com/repository/maven-snapshots")
22+
url = uri("https://download.zeroc.com/nexus/repository/maven-nightly/s")
2323
content {
2424
includeGroupByRegex("com\\.zeroc.*")
2525
}

0 commit comments

Comments
 (0)