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 8c56b83 commit d88c4b3Copy full SHA for d88c4b3
.github/workflows/release.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 1.8
+ - name: Set up JDK 11
29
uses: actions/setup-java@v1
30
with:
31
- java-version: 1.8
+ java-version: 11
32
33
- name: Grant execute permission for gradlew
34
run: chmod +x gradlew
@@ -45,9 +45,7 @@ jobs:
45
failure-levels: |
46
INVALID_PLUGIN
47
ide-versions: |
48
- ideaIC:2019.3
49
- ideaIC:2020.1
50
- ideaIC:2020.2
+ ideaIC:2021.1
51
ideaIC:LATEST-EAP-SNAPSHOT
52
53
- name: Print verify contents
0 commit comments