File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The `Kotlin-RFC9457-Problem-Details` library implements `application/problem+jso
17
17
18
18
``` kotlin
19
19
dependencies {
20
- implementation(" schwarz.it :kotlin-rfc9457-problem-details:$problemDetailsVersion " )
20
+ implementation(" io.github.schwarzit :kotlin-rfc9457-problem-details:$problemDetailsVersion " )
21
21
}
22
22
```
23
23
Original file line number Diff line number Diff line change 1
- import com.vanniktech.maven.publish.SonatypeHost.Companion.CENTRAL_PORTAL
1
+ import com.vanniktech.maven.publish.SonatypeHost.Companion.S01
2
2
3
3
val ktorVersion: String by project
4
4
val kotestVersion: String by project
@@ -35,7 +35,7 @@ kotlin {
35
35
}
36
36
37
37
mavenPublishing {
38
- publishToMavenCentral(CENTRAL_PORTAL )
38
+ publishToMavenCentral(S01 )
39
39
coordinates(group.toString(), " kotlin-rfc9457-problem-details" , version.toString())
40
40
pom {
41
41
name.set(" Kotlin-RFC9457-Problem-Details" )
You can’t perform that action at this time.
0 commit comments