Skip to content

Commit

Permalink
Merge pull request #6 from SchwarzIT/setup-maven-push
Browse files Browse the repository at this point in the history
Setup maven push
  • Loading branch information
JohannesHepp authored Sep 12, 2024
2 parents e55d7c2 + 4f2335e commit 15a4f39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `Kotlin-RFC9457-Problem-Details` library implements `application/problem+jso

```kotlin
dependencies {
implementation("schwarz.it:kotlin-rfc9457-problem-details:$problemDetailsVersion")
implementation("io.github.schwarzit:kotlin-rfc9457-problem-details:$problemDetailsVersion")
}
```

Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import com.vanniktech.maven.publish.SonatypeHost.Companion.CENTRAL_PORTAL
import com.vanniktech.maven.publish.SonatypeHost.Companion.S01

val ktorVersion: String by project
val kotestVersion: String by project
Expand Down Expand Up @@ -35,7 +35,7 @@ kotlin {
}

mavenPublishing {
publishToMavenCentral(CENTRAL_PORTAL)
publishToMavenCentral(S01)
coordinates(group.toString(), "kotlin-rfc9457-problem-details", version.toString())
pom {
name.set("Kotlin-RFC9457-Problem-Details")
Expand Down

0 comments on commit 15a4f39

Please sign in to comment.