Skip to content

Commit 9ed56b9

Browse files
jeffjensenclaude
andcommitted
ci: Collapse deploy-snapshot JDK setup into the jdk-setup action
The jdk-setup composite action now accepts Maven Central credentials, so deploy-snapshot no longer needs a separate setup-java step after it. Pass the server inputs to jdk-setup and drop the redundant second JDK setup. Behavior is unchanged — snapshots are unsigned, so no GPG inputs are needed, and the action still configures JDK 21 with Maven caching. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DGSbyBPTxsj73xhYpnxcse
1 parent 81fcab1 commit 9ed56b9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/deploy-snapshot.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v7
2020
- uses: ./.github/actions/jdk-setup
21-
- uses: actions/setup-java@v5
2221
with:
23-
java-version: '21'
24-
distribution: 'temurin'
2522
server-id: central-publish
2623
server-username: CENTRAL_USERNAME
2724
server-password: CENTRAL_TOKEN

0 commit comments

Comments
 (0)