Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit cacc4e3

Browse files
committed
rollback to java 17
1 parent 92da371 commit cacc4e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-production.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
5757
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
5858

59-
- name: Set up JDK 21
59+
- name: Set up JDK 17
6060
uses: actions/setup-java@v3
6161
with:
62-
java-version: '21'
63-
distribution: 'corretto'
62+
java-version: '17'
63+
distribution: 'temurin'
6464
cache: maven
6565

6666
- name: Build with Maven

0 commit comments

Comments
 (0)