File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 required : true
2424 maven_central_password :
2525 required : true
26+ maven_central_signing_key_id :
27+ required : true
28+ maven_central_signing_key :
29+ required : true
30+ maven_central_signing_passphrase :
31+ required : true
2632
2733jobs :
2834 release-snapshot :
6167 SONATYPE_USERNAME : ${{ secrets.sonatype_username }}
6268 SONATYPE_PASSWORD : ${{ secrets.sonatype_password }}
6369 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.maven_central_username }}
64- ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.maven_central_password }}
70+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.maven_central_password }}
71+ ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.maven_central_signing_key_id }}
72+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.maven_central_signing_key }}
73+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.maven_central_signing_passphrase }}
Original file line number Diff line number Diff line change 4343 sonatype_username : ${{ secrets.SONATYPE_USERNAME }}
4444 sonatype_password : ${{ secrets.SONATYPE_PASSWORD }}
4545 maven_central_username : ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralUsername }}
46- maven_central_password : ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword}}
46+ maven_central_password : ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword}}
47+ maven_central_signing_key_id : ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyId }}
48+ maven_central_signing_key : ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKey }}
49+ maven_central_signing_passphrase : ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyPassword }}
You can’t perform that action at this time.
0 commit comments