We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34bd835 commit 5b73801Copy full SHA for 5b73801
.github/workflows/release6.x.yml
@@ -25,10 +25,10 @@ jobs:
25
if: ${{ github.event_name == 'workflow_dispatch'}}
26
run: echo "LD_VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
27
28
- - name: Set up JDK 11
+ - name: Set up JDK 1.8
29
uses: actions/setup-java@v1
30
with:
31
- java-version: 11
+ java-version: 1.8
32
33
- name: Grant execute permission for gradlew
34
run: chmod +x gradlew
0 commit comments