Skip to content

Commit 5b73801

Browse files
authored
Update release6.x.yml
1 parent 34bd835 commit 5b73801

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release6.x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
if: ${{ github.event_name == 'workflow_dispatch'}}
2626
run: echo "LD_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
2727

28-
- name: Set up JDK 11
28+
- name: Set up JDK 1.8
2929
uses: actions/setup-java@v1
3030
with:
31-
java-version: 11
31+
java-version: 1.8
3232

3333
- name: Grant execute permission for gradlew
3434
run: chmod +x gradlew

0 commit comments

Comments
 (0)