Skip to content

Commit 5c27cae

Browse files
committed
Fix snapshot def for Gradle too
1 parent 96f4cc3 commit 5c27cae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/resources/tools/jackson/integtest/gradle/build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dependencies {
2222
// 28-Apr-2023, tatu: Uncomment following (and comment ^^^) to test SNAPSHOT versions
2323
implementation(platform("tools.jackson:jackson-bom:3.0.0-rc6-SNAPSHOT"))
2424
// Need both new Snapshot repo (almost everything) and "old" (for jackson-annotations)
25-
repositories.maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
25+
repositories.maven("https://central.sonatype.com/repository/maven-snapshots");
26+
// No longer used for "tools.jackson":
27+
//repositories.maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
2628
repositories.maven("https://oss.sonatype.org/content/repositories/snapshots")
2729
}
2830

0 commit comments

Comments
 (0)