Skip to content

Commit bf50d4b

Browse files
authored
Switch from s01 to Maven central (#281)
1 parent 2ec0a85 commit bf50d4b

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
@@ -219,7 +219,7 @@ allprojects {
219219

220220
mavenPublishing {
221221
val isAutoReleased = project.hasProperty("signingInMemoryKey")
222-
publishToMavenCentral(SonatypeHost.S01)
222+
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
223223
if (isAutoReleased) {
224224
signAllPublications()
225225
}

0 commit comments

Comments
 (0)