Skip to content

Commit dc681f8

Browse files
Attempt to publish to the Sonatype Central Portal
1 parent c872ac7 commit dc681f8

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
@@ -63,7 +63,7 @@ spotless {
6363

6464
mavenPublishing {
6565
description = project.description
66-
publishToMavenCentral(SonatypeHost.S01, true)
66+
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
6767
signAllPublications()
6868
configure(GradlePlugin(javadocJar = JavadocJar.Empty(), sourcesJar = true))
6969
pomFromGradleProperties()

0 commit comments

Comments
 (0)