Skip to content

Commit c8ff304

Browse files
committed
[release] Re-release 3.4.37 disabling parallel for publishing
1 parent 6382475 commit c8ff304

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ORG_GRADLE_PROJECT_artifactory_publish_username: ${{secrets.ARTIFACTORY_SNAPSHOT_USERNAME}}
5555
ORG_GRADLE_PROJECT_artifactory_publish_password: ${{secrets.ARTIFACTORY_PASSWORD}}
5656
run: |
57-
./gradlew assemble artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-snapshot-local
57+
./gradlew -Dorg.gradle.parallel=false assemble artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-snapshot-local
5858
5959
#sign the milestone artifacts and deploy them to Artifactory
6060
deployMilestone:
@@ -76,7 +76,7 @@ jobs:
7676
ORG_GRADLE_PROJECT_signingKey: ${{secrets.SIGNING_KEY}}
7777
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.SIGNING_PASSPHRASE}}
7878
run: |
79-
./gradlew assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-milestone-local
79+
./gradlew -Dorg.gradle.parallel=false assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-milestone-local
8080
8181
#sign the release artifacts and deploy them to Artifactory
8282
deployRelease:
@@ -100,8 +100,8 @@ jobs:
100100
ORG_GRADLE_PROJECT_sonatypeUsername: ${{secrets.SONATYPE_USERNAME}}
101101
ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.SONATYPE_PASSWORD}}
102102
run: |
103-
# ./gradlew assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
104-
./gradlew assemble sign publishMavenJavaPublicationToSonatypeRepository
103+
# ./gradlew -Dorg.gradle.parallel=false assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
104+
./gradlew -Dorg.gradle.parallel=false assemble sign publishMavenJavaPublicationToSonatypeRepository
105105
106106
tagMilestone:
107107
name: Tag milestone

0 commit comments

Comments
 (0)