Skip to content

Commit a90e3b5

Browse files
committed
task: set GH java version to 21
1 parent 89dccaf commit a90e3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v4
2222
with:
2323
distribution: 'jetbrains'
24-
java-version: 22
24+
java-version: 21
2525
cache: gradle
2626

2727
- name: Build and Publish Artifact

0 commit comments

Comments
 (0)