File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 54
54
ORG_GRADLE_PROJECT_artifactory_publish_username : ${{secrets.ARTIFACTORY_SNAPSHOT_USERNAME}}
55
55
ORG_GRADLE_PROJECT_artifactory_publish_password : ${{secrets.ARTIFACTORY_PASSWORD}}
56
56
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
58
58
59
59
# sign the milestone artifacts and deploy them to Artifactory
60
60
deployMilestone :
76
76
ORG_GRADLE_PROJECT_signingKey : ${{secrets.SIGNING_KEY}}
77
77
ORG_GRADLE_PROJECT_signingPassword : ${{secrets.SIGNING_PASSPHRASE}}
78
78
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
80
80
81
81
# sign the release artifacts and deploy them to Artifactory
82
82
deployRelease :
@@ -100,8 +100,8 @@ jobs:
100
100
ORG_GRADLE_PROJECT_sonatypeUsername : ${{secrets.SONATYPE_USERNAME}}
101
101
ORG_GRADLE_PROJECT_sonatypePassword : ${{secrets.SONATYPE_PASSWORD}}
102
102
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
105
105
106
106
tagMilestone :
107
107
name : Tag milestone
You can’t perform that action at this time.
0 commit comments