Skip to content

Commit 4f2335e

Browse files
authored
Update build.gradle.kts
1 parent 367ac3c commit 4f2335e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import com.vanniktech.maven.publish.SonatypeHost.Companion.CENTRAL_PORTAL
1+
import com.vanniktech.maven.publish.SonatypeHost.Companion.S01
22

33
val ktorVersion: String by project
44
val kotestVersion: String by project
@@ -35,7 +35,7 @@ kotlin {
3535
}
3636

3737
mavenPublishing {
38-
publishToMavenCentral(CENTRAL_PORTAL)
38+
publishToMavenCentral(S01)
3939
coordinates(group.toString(), "kotlin-rfc9457-problem-details", version.toString())
4040
pom {
4141
name.set("Kotlin-RFC9457-Problem-Details")

0 commit comments

Comments
 (0)