Skip to content

Commit 2b33948

Browse files
fix: update Java version to '11' in setup
- Update the Java version in the setup to '11' in minification workflow
1 parent 157fb27 commit 2b33948

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: '17'
29+
java-version: '11'
3030

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

0 commit comments

Comments
 (0)