Skip to content

Commit 56df632

Browse files
committed
Fix deployment version to prevent errors with Lombok in tests
1 parent f91341f commit 56df632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-java@v4
4141
with:
4242
distribution: zulu
43-
java-version: 24
43+
java-version: 21
4444
server-id: central
4545
server-username: CENTRAL_USERNAME
4646
server-password: CENTRAL_TOKEN

0 commit comments

Comments
 (0)