Skip to content

Commit bef2bf3

Browse files
ci: Fix publish workflow
1 parent e4a3555 commit bef2bf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Java
1111
uses: actions/setup-java@v5
1212
with:
13-
java-version: '11'
13+
java-version: '17'
1414
distribution: 'zulu'
1515

1616
- name: Setup Gradle

0 commit comments

Comments
 (0)