You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ jobs:
28
28
distribution: 'temurin'
29
29
java-version: ${{ matrix.java_version }}
30
30
cache: 'maven'
31
-
server-id: sonatype-nexus-snapshots
31
+
server-id: central-snapshots
32
32
server-username: CI_DEPLOY_USERNAME
33
33
server-password: CI_DEPLOY_PASSWORD
34
34
# See https://github.com/actions/setup-java/blob/v2/docs/advanced-usage.md#Publishing-using-Apache-Maven
0 commit comments