Skip to content

Commit 10db5ac

Browse files
chore: update sonatype repo url to AWS specific url (#2404)
1 parent 6fd95e3 commit 10db5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ subprojects {
142142
publishing {
143143
repositories {
144144
mavenCentral {
145-
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
145+
url = uri("https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/")
146146
credentials {
147147
username = sonatypeUser
148148
password = sonatypePassword

0 commit comments

Comments
 (0)