Skip to content

Commit

Permalink
Ensure sonatype publications are not parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Jun 3, 2024
1 parent de1a328 commit 19d6946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
distribution: temurin
cache: gradle
- name: Publish to Sonatype
run: ./gradlew deploySonatype
run: ./gradlew deploySonatype --no-parallel
- name: Publish to GitHub Packages
run: ./gradlew deployGithub
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
// Publishing
plugins.withId("io.deepmedia.tools.deployer") {
extensions.configure<DeployerExtension> {
verbose.set(true)
verbose.set(false)

projectInfo {
description.set("A Kotlin Compiler Plugin for seamless communication between Kotlin/Native and Kotlin/JVM.")
Expand Down

0 comments on commit 19d6946

Please sign in to comment.