File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 uses : actions/setup-java@v4
2121 with :
2222 distribution : ' adopt'
23- java-version : ' 17 '
23+ java-version : ' 21 '
2424 cache : ' gradle'
2525
2626 - name : CS Comparison
Original file line number Diff line number Diff line change 1919 uses : actions/setup-java@v4
2020 with :
2121 distribution : ' adopt'
22- java-version : ' 17 '
22+ java-version : ' 21 '
2323 cache : ' gradle'
2424
2525 - name : Cache SonarCloud packages
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 uses : actions/setup-java@v4
2222 with :
2323 distribution : ' adopt'
24- java-version : ' 17 '
24+ java-version : ' 21 '
2525 cache : ' gradle'
2626
27- - name : Publish
27+ - name : Publish to Maven Central (Portal)
2828 run : |
2929 chmod +x gradlew
30- ./gradlew publish closeAndReleaseRepository
30+ ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
3131 env :
32- ORG_GRADLE_PROJECT_nexusUsername : ${{ secrets.NEXUS_USERNAME }}
33- ORG_GRADLE_PROJECT_nexusPassword : ${{ secrets.NEXUS_PASSWORD }}
34- ORG_GRADLE_PROJECT_signingKey : ${{ secrets.SEER_GPG_SECRET_KEY }}
35- ORG_GRADLE_PROJECT_signingPassword : ${{ secrets.SEER_GPG_PASSWORD }}
32+ ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.MAVEN_CENTRAL_USERNAME }}
33+ ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
34+ ORG_GRADLE_PROJECT_signingInMemoryKey : ${{ secrets.SIGNING_KEY }}
35+ ORG_GRADLE_PROJECT_signingInMemoryKeyPassword : ${{ secrets.SIGNING_PASSWORD }}
Original file line number Diff line number Diff line change 2121 uses : actions/setup-java@v4
2222 with :
2323 distribution : ' adopt'
24- java-version : ' 17 '
24+ java-version : ' 21 '
2525
2626 - name : Create algorithm zips
2727 if : ${{startsWith(github.ref, 'refs/tags/v') }}
You can’t perform that action at this time.
0 commit comments