Skip to content

Commit 0868921

Browse files
build: update Java version to 17
- Update Java version in the minification workflow from 11 to 17
1 parent 925ae04 commit 0868921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/setup-java@v3
2727
with:
2828
distribution: 'temurin'
29-
java-version: '11'
29+
java-version: '17'
3030

3131
- name: Configure Gradle JVM options
3232
run: |

0 commit comments

Comments
 (0)