File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
java-server-sdk-redis-store Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,10 @@ publishing {
77
77
nexusPublishing {
78
78
clientTimeout = java.time.Duration . ofMinutes(2 ) // we've seen extremely long delays in creating repositories
79
79
repositories {
80
- sonatype()
80
+ sonatype{
81
+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
82
+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
83
+ }
81
84
}
82
85
}
83
86
Original file line number Diff line number Diff line change @@ -134,7 +134,10 @@ publishing {
134
134
nexusPublishing {
135
135
clientTimeout = java.time.Duration . ofMinutes(2 ) // we've seen extremely long delays in creating repositories
136
136
repositories {
137
- sonatype()
137
+ sonatype{
138
+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
139
+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
140
+ }
138
141
}
139
142
}
140
143
Original file line number Diff line number Diff line change @@ -83,7 +83,10 @@ publishing {
83
83
nexusPublishing {
84
84
clientTimeout.set(Duration .ofMinutes(2 )) // we've seen extremely long delays in creating repositories
85
85
repositories {
86
- sonatype()
86
+ sonatype{
87
+ nexusUrl.set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
88
+ snapshotRepositoryUrl.set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
89
+ }
87
90
}
88
91
}
89
92
Original file line number Diff line number Diff line change @@ -77,7 +77,10 @@ publishing {
77
77
nexusPublishing {
78
78
clientTimeout.set(Duration .ofMinutes(2 )) // we've seen extremely long delays in creating repositories
79
79
repositories {
80
- sonatype()
80
+ sonatype{
81
+ nexusUrl.set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
82
+ snapshotRepositoryUrl.set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
83
+ }
81
84
}
82
85
}
83
86
You can’t perform that action at this time.
0 commit comments