Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Nov 1, 2024
2 parents 4c24648 + a6c52dd commit ba99571
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 ba99571

Please sign in to comment.