File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545<!-- <repository>-->
4646<!-- <id>ossrh</id>-->
4747<!-- <name>Sonatype OSSRH</name>-->
48- <!-- <url>https://s01.oss. sonatype.org/content/repositories/ snapshots/</url>-->
48+ <!-- <url>https://central. sonatype.com/repository/maven- snapshots/</url>-->
4949<!-- </repository>-->
5050 </repositories >
5151
Original file line number Diff line number Diff line change 3131 <repository >
3232 <id >ossrh</id >
3333 <name >Sonatype OSSRH</name >
34- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots/</url >
34+ <url >https://central. sonatype.com/repository/maven- snapshots/</url >
3535 </repository >
3636 </repositories >
3737
4141 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4242
4343 <clickhouse-java .version>0.9.0-SNAPSHOT</clickhouse-java .version>
44- <!-- Nightly snapshot version from https://s01.oss. sonatype.org/content/repositories/ snapshots/ or latest from local -->
44+ <!-- Nightly snapshot version from https://central. sonatype.com/repository/maven- snapshots/or latest from local -->
4545<!-- <clickhouse-java.version>0.9.0-SNAPSHOT</clickhouse-java.version>-->
4646
4747 <apache-httpclient .version>5.2.1</apache-httpclient .version>
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ application {
2121repositories {
2222 mavenLocal() // comment to pull nightly builds instead of local cache
2323 mavenCentral()
24- maven(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ) // for nightly builds
24+ maven(" https://central. sonatype.com/repository/maven- snapshots/" ) // for nightly builds
2525}
2626
2727val ch_java_client_version: String by extra
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ configurations {
2222repositories {
2323 mavenLocal() // comment to pull nightly builds instead of local cache
2424 mavenCentral()
25- maven(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ) // for nightly builds
25+ maven(" https://central. sonatype.com/repository/maven- snapshots/" )
2626}
2727
2828val ch_java_client_version: String by extra
Original file line number Diff line number Diff line change 3838 <repository >
3939 <id >ossrh</id >
4040 <name >Sonatype OSSRH</name >
41- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots/</url >
41+ <url >https://central. sonatype.com/repository/maven- snapshots/</url >
4242 </repository >
4343 </repositories >
4444
You can’t perform that action at this time.
0 commit comments