Skip to content

Commit

Permalink
feat(publish): Fixed maven publishing to maven central
Browse files Browse the repository at this point in the history
Signed-off-by: Frederik Bertling <[email protected]>
  • Loading branch information
Burtan committed May 14, 2024
1 parent 7e9b359 commit cb5d22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ tasks.named<Test>("jvmTest") {
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.DEFAULT, true)
publishToMavenCentral(SonatypeHost.S01, true)
signAllPublications()

pom {
Expand Down

0 comments on commit cb5d22d

Please sign in to comment.