File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 4444 distribution : adopt
4545 java-version : 11
4646 check-latest : true
47- server-id : ossrh
48- server-username : ORG_GRADLE_PROJECT_mavenCentralUsername
49- server-password : ORG_GRADLE_PROJECT_mavenCentralPassword
50- gpg-private-key : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
51- gpg-passphrase : ORG_GRADLE_PROJECT_signingInMemoryKeyPassword
5247
5348 - name : Cache Gradle packages
5449 uses : actions/cache@v3
@@ -72,11 +67,11 @@ jobs:
7267 with :
7368 swap-size-gb : 12
7469
75-
76- - name : Deploy to Maven Central with Gradle
70+ - name : Upload to Maven Central with Gradle
7771 env :
7872 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.OSSRH_USERNAME }}
7973 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.OSSRH_TOKEN }}
74+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
8075 ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
8176 run : >
8277 ./gradlew
You can’t perform that action at this time.
0 commit comments