Skip to content

Commit 909d896

Browse files
committed
chore: Update Java version in build configuration to 21
1 parent 5e9c220 commit 909d896

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Set up Java (${{ matrix.distribution }})
109109
uses: actions/setup-java@v5.0.0
110110
with:
111-
java-version: '21.0.8'
111+
java-version: '21'
112112
check-latest: true
113113
distribution: ${{ matrix.distribution }}
114114
cache: 'gradle'

0 commit comments

Comments
 (0)