File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
distribution : ' temurin'
38
38
java-version : ${{ matrix.java_version }}
39
39
cache : ' maven'
40
- server-id : sonatype-nexus -snapshots
40
+ server-id : central -snapshots
41
41
server-username : CI_DEPLOY_USERNAME
42
42
server-password : CI_DEPLOY_PASSWORD
43
43
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
55
55
- name : Deploy snapshot
56
56
if : ${{ github.event_name != 'pull_request' && matrix.release_build && endsWith(steps.projectVersion.outputs.version, '-SNAPSHOT') }}
57
57
env :
58
- CI_DEPLOY_USERNAME : ${{ secrets.CI_DEPLOY_USERNAME }}
59
- CI_DEPLOY_PASSWORD : ${{ secrets.CI_DEPLOY_PASSWORD }}
58
+ CI_DEPLOY_USERNAME : ${{ secrets.CENTRAL_DEPLOY_USERNAME }}
59
+ CI_DEPLOY_PASSWORD : ${{ secrets.CENTRAL_DEPLOY_PASSWORD }}
60
60
# MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
61
61
run : ./mvnw -B -q -ff -DskipTests -ntp source:jar deploy
62
62
- name : Generate code coverage
You can’t perform that action at this time.
0 commit comments