We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c51d65 + 0c54395 commit e55d7c2Copy full SHA for e55d7c2
build.gradle.kts
@@ -1,4 +1,4 @@
1
-import com.vanniktech.maven.publish.SonatypeHost.Companion.S01
+import com.vanniktech.maven.publish.SonatypeHost.Companion.CENTRAL_PORTAL
2
3
val ktorVersion: String by project
4
val kotestVersion: String by project
@@ -35,7 +35,7 @@ kotlin {
35
}
36
37
mavenPublishing {
38
- publishToMavenCentral(S01)
+ publishToMavenCentral(CENTRAL_PORTAL)
39
coordinates(group.toString(), "kotlin-rfc9457-problem-details", version.toString())
40
pom {
41
name.set("Kotlin-RFC9457-Problem-Details")
0 commit comments