File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 2525 required : true
2626 maven_central_signing_key :
2727 required : true
28- maven_central_signing_key_id :
29- required : true
3028 maven_central_signing_key_password :
3129 required : true
3230
6967 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.maven_central_username }}
7068 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.maven_central_password }}
7169 ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.maven_central_signing_key }}
72- ORG_GRADLE_PROJECT_signingInMemoryKeyId : ${{ secrets.maven_central_signing_key_id }}
7370 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.maven_central_signing_key_password }}
Original file line number Diff line number Diff line change 4545 maven_central_username : ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralUsername }}
4646 maven_central_password : ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword}}
4747 maven_central_signing_key : ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKey }}
48- maven_central_signing_key_id : ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyId }}
4948 maven_central_signing_key_password : ${{ secrets.ORG_GRADLE_PROJECT_signingInMemoryKeyPassword }}
You can’t perform that action at this time.
0 commit comments