File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,14 +93,14 @@ jobs:
93
93
java-version : 8
94
94
- name : deploy
95
95
env :
96
- ORG_GRADLE_PROJECT_artifactory_publish_username : ${{secrets.ARTIFACTORY_USERNAME}}
97
- ORG_GRADLE_PROJECT_artifactory_publish_password : ${{secrets.ARTIFACTORY_PASSWORD}}
96
+ # ORG_GRADLE_PROJECT_artifactory_publish_username: ${{secrets.ARTIFACTORY_USERNAME}}
97
+ # ORG_GRADLE_PROJECT_artifactory_publish_password: ${{secrets.ARTIFACTORY_PASSWORD}}
98
98
ORG_GRADLE_PROJECT_signingKey : ${{secrets.SIGNING_KEY}}
99
99
ORG_GRADLE_PROJECT_signingPassword : ${{secrets.SIGNING_PASSPHRASE}}
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
103
+ # ./gradlew assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
104
104
./gradlew assemble sign publishMavenJavaPublicationToSonatypeRepository
105
105
106
106
tagMilestone :
You can’t perform that action at this time.
0 commit comments