File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 distribution : ' temurin'
3434 java-version : ${{ matrix.java_version }}
3535 cache : ' maven'
36- server-id : sonatype-nexus -snapshots
36+ server-id : central -snapshots
3737 server-username : CI_DEPLOY_USERNAME
3838 server-password : CI_DEPLOY_PASSWORD
3939 # See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
4747 - name : Deploy snapshot
4848 if : ${{ matrix.release_build && github.event_name != 'pull_request' && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
4949 env :
50- CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
51- CI_DEPLOY_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
50+ CI_DEPLOY_USERNAME : ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
51+ CI_DEPLOY_PASSWORD : ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
5252 # MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
5353 run : ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
5454 - name : Generate code coverage
You can’t perform that action at this time.
0 commit comments