Skip to content

Commit 15a4f39

Browse files
authored
Merge pull request #6 from SchwarzIT/setup-maven-push
Setup maven push
2 parents e55d7c2 + 4f2335e commit 15a4f39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The `Kotlin-RFC9457-Problem-Details` library implements `application/problem+jso
1717

1818
```kotlin
1919
dependencies {
20-
implementation("schwarz.it:kotlin-rfc9457-problem-details:$problemDetailsVersion")
20+
implementation("io.github.schwarzit:kotlin-rfc9457-problem-details:$problemDetailsVersion")
2121
}
2222
```
2323

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)