1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Update the maven publishing configuration following the deprecation of the OSSHR service

https://central.sonatype.org/news/20250326_ossrh_sunset/
This commit is contained in:
Fredia Huya-Kouadio
2025-07-07 15:57:04 -07:00
parent 4d1f26e1fd
commit 3a36726feb
5 changed files with 6 additions and 6 deletions

View File

@@ -31,8 +31,8 @@ nexusPublishing {
stagingProfileId = sonatypeStagingProfileId
username = ossrhUsername
password = ossrhPassword
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
}
}
}