You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +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:
@@ -12,7 +12,7 @@ allprojects {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url "https://plugins.gradle.org/m2/" }
|
maven { url "https://plugins.gradle.org/m2/" }
|
||||||
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
|
maven { url "https://central.sonatype.com/repository/maven-snapshots/"}
|
||||||
|
|
||||||
// Godot user plugins custom maven repos
|
// Godot user plugins custom maven repos
|
||||||
String[] mavenRepos = getGodotPluginsMavenRepos()
|
String[] mavenRepos = getGodotPluginsMavenRepos()
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ pluginManagement {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url "https://plugins.gradle.org/m2/" }
|
maven { url "https://plugins.gradle.org/m2/" }
|
||||||
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
|
maven { url "https://central.sonatype.com/repository/maven-snapshots/"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ allprojects {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url "https://plugins.gradle.org/m2/" }
|
maven { url "https://plugins.gradle.org/m2/" }
|
||||||
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
|
maven { url "https://central.sonatype.com/repository/maven-snapshots/"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ nexusPublishing {
|
|||||||
stagingProfileId = sonatypeStagingProfileId
|
stagingProfileId = sonatypeStagingProfileId
|
||||||
username = ossrhUsername
|
username = ossrhUsername
|
||||||
password = ossrhPassword
|
password = ossrhPassword
|
||||||
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
|
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
|
||||||
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
|
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ pluginManagement {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
maven { url "https://plugins.gradle.org/m2/" }
|
maven { url "https://plugins.gradle.org/m2/" }
|
||||||
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
|
maven { url "https://central.sonatype.com/repository/maven-snapshots/"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user