Skip to content

Commit a775e9a

Browse files
committed
Update java version for the release branch to 21
1 parent c7c8302 commit a775e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-java@v4
1414
with:
1515
distribution: 'temurin'
16-
java-version: '17'
16+
java-version: '21'
1717
- name: Create JPro distribution
1818
run: |
1919
./gradlew clean jproRelease

0 commit comments

Comments
 (0)