diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 493919b..a7cf905 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index d2239d3..6326674 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,7 +15,7 @@ subprojects { // Publishing plugins.withId("io.deepmedia.tools.deployer") { extensions.configure { - verbose.set(true) + verbose.set(false) projectInfo { description.set("A Kotlin Compiler Plugin for seamless communication between Kotlin/Native and Kotlin/JVM.")