Skip to content

Commit 9b70710

Browse files
committed
fix maven central host
1 parent d293e33 commit 9b70710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
subprojects {
1010
plugins.withId(rootProject.libs.plugins.mavenPublish.get().pluginId) {
1111
configure<com.vanniktech.maven.publish.MavenPublishBaseExtension> {
12-
publishToMavenCentral(SonatypeHost.S01)
12+
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
1313
signAllPublications()
1414
coordinates(
1515
groupId = "io.github.anilbeesetti",

0 commit comments

Comments
 (0)