Skip to content

Commit

Permalink
Merge pull request #230 from mikepenz/ci/publish_maven_central
Browse files Browse the repository at this point in the history
[CI] New maven central publishing portal
  • Loading branch information
mikepenz authored Nov 1, 2024
2 parents e4c92a2 + 6a8b05d commit a6c52dd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ POM_LICENCE_DIST=repo

POM_DEVELOPER_ID=mikepenz
POM_DEVELOPER_NAME=Mike Penz
POM_DEVELOPER_EMAIL=[email protected]
POM_DEVELOPER_EMAIL=[email protected]

# Project-wide Gradle settings.
org.gradle.jvmargs=-Xmx1536m
Expand Down
2 changes: 1 addition & 1 deletion multiplatform-markdown-renderer-code/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ tasks.create<Jar>("javadocJar") {
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}

Expand Down
2 changes: 1 addition & 1 deletion multiplatform-markdown-renderer-coil2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ tasks.create<Jar>("javadocJar") {
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}

Expand Down
2 changes: 1 addition & 1 deletion multiplatform-markdown-renderer-coil3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ tasks.create<Jar>("javadocJar") {
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}

Expand Down
2 changes: 1 addition & 1 deletion multiplatform-markdown-renderer-m2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tasks.create<Jar>("javadocJar") {
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}

Expand Down
2 changes: 1 addition & 1 deletion multiplatform-markdown-renderer-m3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tasks.create<Jar>("javadocJar") {
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}

Expand Down
2 changes: 1 addition & 1 deletion multiplatform-markdown-renderer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ tasks.create<Jar>("javadocJar") {
}

mavenPublishing {
publishToMavenCentral(SonatypeHost.S01)
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, true)
signAllPublications()
}

Expand Down

0 comments on commit a6c52dd

Please sign in to comment.